// $Header$ #ifndef REVE_CLASS_H #define REVE_CLASS_H #include #include namespace Reve { class CLASS { protected: public: CLASS(); ClassDef(CLASS, 1); }; // endclass CLASS } #endif