summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ServantManager.h
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2009-07-02 19:39:13 +0200
committerJose <jose@zeroc.com>2009-07-02 19:39:13 +0200
commitb288490bceaab7f9c20eb9de62fa7a7ff4f6a917 (patch)
tree8645fb6933ced669886f71f415eb57f676912ebf /cpp/src/Ice/ServantManager.h
parentFixed test failure introduce by previous fix (diff)
downloadice-b288490bceaab7f9c20eb9de62fa7a7ff4f6a917.tar.bz2
ice-b288490bceaab7f9c20eb9de62fa7a7ff4f6a917.tar.xz
ice-b288490bceaab7f9c20eb9de62fa7a7ff4f6a917.zip
Bug 2564 - ObjectAdapter::removeServantLocator
Diffstat (limited to 'cpp/src/Ice/ServantManager.h')
-rw-r--r--cpp/src/Ice/ServantManager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Ice/ServantManager.h b/cpp/src/Ice/ServantManager.h
index 2cb1134e2e9..9699fde9c04 100644
--- a/cpp/src/Ice/ServantManager.h
+++ b/cpp/src/Ice/ServantManager.h
@@ -43,6 +43,7 @@ public:
bool hasServant(const Ice::Identity&) const;
void addServantLocator(const Ice::ServantLocatorPtr& locator, const std::string&);
+ Ice::ServantLocatorPtr removeServantLocator(const std::string&);
Ice::ServantLocatorPtr findServantLocator(const std::string&) const;
private: