diff options
Diffstat (limited to 'cpp/src/IceBox/ServiceManagerI.h')
-rw-r--r-- | cpp/src/IceBox/ServiceManagerI.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/src/IceBox/ServiceManagerI.h b/cpp/src/IceBox/ServiceManagerI.h index 3e64aeb8ad1..5ef8cdd3bcb 100644 --- a/cpp/src/IceBox/ServiceManagerI.h +++ b/cpp/src/IceBox/ServiceManagerI.h @@ -63,7 +63,6 @@ private: Ice::StringSeq args; }; - void load(const std::string&, const std::string&); void start(const std::string&, const std::string&, const ::Ice::StringSeq&); void stopAll(); @@ -71,7 +70,7 @@ private: void servicesStopped(const std::vector<std::string>&, const std::set<ServiceObserverPrx>&); void observerRemoved(const ServiceObserverPrx&, const std::exception&); - Ice::CommunicatorPtr createCommunicator(const std::string&, Ice::StringSeq&); + Ice::PropertiesPtr createServiceProperties(const std::string&); ::Ice::CommunicatorPtr _communicator; ::Ice::CommunicatorPtr _sharedCommunicator; |