00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016 #include "TGo4MbsTransportParameter.h"
00017
00018 #include "Go4Log/TGo4Log.h"
00019
00020 TGo4MbsTransportParameter::TGo4MbsTransportParameter(const char* name)
00021 : TGo4EventSourceParameter(name, GO4EV_MBS_TRANSPORT)
00022 {
00023 TRACE((14,"TGo4MbsTransportParameter::TGo4MbsTransportParameter(Text_t*,...)", __LINE__, __FILE__));
00024 }
00025
00026 TGo4MbsTransportParameter::TGo4MbsTransportParameter()
00027 : TGo4EventSourceParameter("default mbs transport", GO4EV_MBS_TRANSPORT)
00028 {
00029 TRACE((14,"TGo4MbsTransportParameter::TGo4MbsTransportParameter()", __LINE__, __FILE__));
00030 }
00031
00032 TGo4MbsTransportParameter::~TGo4MbsTransportParameter()
00033 {
00034 TRACE((14,"TGo4MbsTransportParameter::~TGo4MbsTransportParameter()", __LINE__, __FILE__));
00035 }
00036
00037 ClassImp(TGo4MbsTransportParameter)
00038
00039