00001 #ifndef INSTRUMENT_HH 00002 #define INSTRUMENT_HH 00003 00023 00024 #include <string> 00025 00026 namespace Instrument { 00027 typedef short int Instrument_t; 00028 typedef std::string InstrumentId; 00029 } 00030 00031 #endif