// Represent // // Douglas Thrift // // $Id$ #ifndef _Represent_hpp_ #define _Represent_hpp_ #include #ifdef MENES_PRAGMA_ONCE #pragma once #endif #include #include class Represent { private: public: Represent(); }; #endif // _Represent_hpp_