unload.h

00001 /**********************************************************************
00002  *
00003  * GEOS - Geometry Engine Open Source
00004  * http://geos.osgeo.org
00005  *
00006  * Copyright (C) 2001-2002 Vivid Solutions Inc.
00007  *
00008  * This is free software; you can redistribute and/or modify it under
00009  * the terms of the GNU Lesser General Public Licence as published
00010  * by the Free Software Foundation. 
00011  * See the COPYING file for more information.
00012  *
00013  **********************************************************************/
00014 
00015 #include <geos/export.h>
00016 
00017 #ifndef GEOS_UNLOAD_H
00018 #define GEOS_UNLOAD_H
00019 //xie add for realse static memory 2003,10,06
00020 namespace geos {
00021 namespace io {
00022 
00023 class GEOS_DLL Unload
00024 {
00025 private:
00026         Unload(void) {}
00027         ~Unload(void) {}
00028 public:
00029         static void Release();
00030 };
00031 
00032 }
00033 }
00034 #endif

Generated on 15 May 2014 for GEOS by  doxygen 1.4.7