21 #ifndef GEOS_IO_WRITER_H
22 #define GEOS_IO_WRITER_H
24 #include <geos/export.h>
30 #pragma warning(disable: 4251) // warning C4251: needs to have dll-interface to be used by clients of class
36 class GEOS_DLL Writer {
40 void write(std::string txt);
41 std::string toString();
53 #endif // #ifndef GEOS_IO_WRITER_H