// EPOS Crypter Common Package // // Author: fabio // Documentation: $EPOS/doc/crypter Date: 29 Jun 2004 #ifndef __crypter_common_h #define __crypter_common_h #include __BEGIN_SYS class Crypter_Common: public __INT(Crypter_Common) { protected: Crypter_Common() {} public: // Crypter common methods private: // Crypter common attributes }; __END_SYS #endif