// ============================================================================ // $Id$ // $Name$ // ============================================================================ #ifndef __TCAMACSWITCREGISTERMODULE_HH #define __TCAMACSWITCREGISTERMODULE_HH class TCamacSwitcRegisterModule { private: public: TCamacSwitcRegisterModule(); ~TCamacSwitcRegisterModule(); TCamacSwitcRegisterModule( const TCamacSwitcRegisterModule& right ); }; #endif