Skip to content

Commit 65e5459

Browse files
Fixing compilation problem due to the changed FairMQDevice interface.
Shutdown has become private.
1 parent 64db28b commit 65e5459

2 files changed

Lines changed: 0 additions & 12 deletions

File tree

devices/aliceHLTwrapper/EventSampler.cxx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff 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-
188178
void EventSampler::SetProperty(const int key, const string& value)
189179
{
190180
/// inherited from FairMQDevice

devices/aliceHLTwrapper/EventSampler.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)