// ============================================================================ // $Id$ // $Name$ // ============================================================================ #include "TModule.hh" TModule::TModule( Tint nchannel, Tint id, Tint status ) : theNumberOfChannels( nchannel ), theID( id ), theStatus( status ) {;} TModule::~TModule() {;}