File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -175,16 +175,6 @@ void EventSampler::Pause()
175175 FairMQDevice::Pause ();
176176}
177177
178- void EventSampler::Shutdown ()
179- {
180- // / inherited from FairMQDevice
181-
182- int iResult=0 ;
183- // TODO: shutdown component and delete instance
184-
185- FairMQDevice::Shutdown ();
186- }
187-
188178void EventSampler::SetProperty (const int key, const string& value)
189179{
190180 // / inherited from FairMQDevice
Original file line number Diff line number Diff line change @@ -48,8 +48,6 @@ class EventSampler : public FairMQDevice {
4848 // / inherited from FairMQDevice
4949 virtual void Pause ();
5050 // / inherited from FairMQDevice
51- virtual void Shutdown ();
52- // / inherited from FairMQDevice
5351 // / handle device specific properties and forward to FairMQDevice::SetProperty
5452 virtual void SetProperty (const int key, const std::string& value);
5553 // / inherited from FairMQDevice
You can’t perform that action at this time.
0 commit comments