diff options
Diffstat (limited to 'cpp/src/IceStorm/InstrumentationI.h')
-rw-r--r-- | cpp/src/IceStorm/InstrumentationI.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/IceStorm/InstrumentationI.h b/cpp/src/IceStorm/InstrumentationI.h index 01aff5d6cd5..f279e032f1b 100644 --- a/cpp/src/IceStorm/InstrumentationI.h +++ b/cpp/src/IceStorm/InstrumentationI.h @@ -51,7 +51,8 @@ public: const std::string&, const Ice::ObjectPrx&, const IceStorm::QoS&, - bool, + const IceStorm::TopicPrx&, + IceStorm::Instrumentation::SubscriberState, const IceStorm::Instrumentation::SubscriberObserverPtr&); private: |