diff options
author | Bernard Normier <bernard@zeroc.com> | 2007-12-03 15:42:10 -0500 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2007-12-03 15:42:10 -0500 |
commit | 0484d0274b1f47cd0704ee1e5af06b36a355da7c (patch) | |
tree | 7270460ed3fa1cc31a5beabc04c8de031ab37b2a /cpp/src/IceBox/ServiceManagerI.h | |
parent | - Changed AdminI server start/stop methods to use AMI/AMD (diff) | |
download | ice-0484d0274b1f47cd0704ee1e5af06b36a355da7c.tar.bz2 ice-0484d0274b1f47cd0704ee1e5af06b36a355da7c.tar.xz ice-0484d0274b1f47cd0704ee1e5af06b36a355da7c.zip |
Fixed bug 1775 (service manager issues)
Diffstat (limited to 'cpp/src/IceBox/ServiceManagerI.h')
-rw-r--r-- | cpp/src/IceBox/ServiceManagerI.h | 4 |
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; |