// Represent // // Douglas Thrift // // $Id$ #ifndef _Represent_hpp_ #define _Represent_hpp_ #include #ifdef MENES_PRAGMA_ONCE #pragma once #endif #include #include #include #include class Represent { private: std::multimap cgi; void parse(); void headings(xml::TextWriter& xhtml); void form(xml::TextWriter& xhtml); public: Represent(); }; #endif // _Represent_hpp_