Fix documentation typos.
[geos.git] / src / io / Unload.cpp
blobad5af2027caa2d316bde08821464c7487a286d75
1 /**********************************************************************
3 * GEOS - Geometry Engine Open Source
4 * http://geos.osgeo.org
6 * Copyright (C) 2005-2006 Refractions Research Inc.
7 * Copyright (C) 2001-2002 Vivid Solutions Inc.
9 * This is free software; you can redistribute and/or modify it under
10 * the terms of the GNU Lesser General Public Licence as published
11 * by the Free Software Foundation.
12 * See the COPYING file for more information.
14 **********************************************************************/
16 #include <geos/unload.h>
17 #include <geos/geom/Geometry.h>
18 #include <geos/geom/GeometryFactory.h>
20 namespace geos {
21 namespace io { // geos.io
23 /*public static*/
24 void Unload::Release()
26 //delete geom::Geometry::INTERNAL_GEOMETRY_FACTORY;
29 } // namespace geos.io
30 } //namespace geos