summaryrefslogtreecommitdiff
path: root/cpp/src/IceBox/ServiceManagerI.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceBox/ServiceManagerI.h')
-rw-r--r--cpp/src/IceBox/ServiceManagerI.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IceBox/ServiceManagerI.h b/cpp/src/IceBox/ServiceManagerI.h
index 2b9d7213c80..e4131a82bb0 100644
--- a/cpp/src/IceBox/ServiceManagerI.h
+++ b/cpp/src/IceBox/ServiceManagerI.h
@@ -59,8 +59,8 @@ private:
void start(const std::string&, const std::string&, const ::Ice::StringSeq&);
void stopAll();
- void servicesStarted(const std::vector<std::string>&);
- void servicesStopped(const std::vector<std::string>&);
+ void servicesStarted(const std::vector<std::string>&, const std::set<ServiceObserverPrx>&);
+ void servicesStopped(const std::vector<std::string>&, const std::set<ServiceObserverPrx>&);
void observerRemoved(const ServiceObserverPrx&, const std::exception&);
::Ice::CommunicatorPtr _communicator;