CLocalizer.h

00001 #include <string>
00002 
00003 namespace geos {
00004 namespace io {
00005 
00009 class CLocalizer
00010 {
00011 public:
00012 
00013     CLocalizer();
00014     ~CLocalizer();
00015 
00016 private:
00017 
00018     std::string saved_locale;
00019 };
00020 
00021 } // namespace io
00022 } // namespace geos
00023 

Generated on Fri Jul 3 03:35:12 2009 for GEOS by  doxygen 1.5.4