TSoftwareCounterModule.hh

TSoftwareCounterModuleクラスの解説 TSoftwareCounterModule.cc
// ============================================================================
//  $Id$
//  $Name$
// ============================================================================
#ifndef __TSOFTWARECOUNTERMODULE_HH
#define __TSOFTWARECOUNTERMODULE_HH

class TSoftwareCounterModule {

private:

public:
  TSoftwareCounterModule();
  ~TSoftwareCounterModule();

  TSoftwareCounterModule( const TSoftwareCounterModule& right );

};

#endif
$Id$
$Name$