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