summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ObjectAdapterFactory.h
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2003-01-28 22:47:00 +0000
committerMarc Laukien <marc@zeroc.com>2003-01-28 22:47:00 +0000
commitf751b77299a516877672565a9f0af6c330962896 (patch)
treec55cb542234bec1397c51ff8a8a8984e57402752 /cpp/src/Ice/ObjectAdapterFactory.h
parentfix (diff)
downloadice-f751b77299a516877672565a9f0af6c330962896.tar.bz2
ice-f751b77299a516877672565a9f0af6c330962896.tar.xz
ice-f751b77299a516877672565a9f0af6c330962896.zip
fixes
Diffstat (limited to 'cpp/src/Ice/ObjectAdapterFactory.h')
-rw-r--r--cpp/src/Ice/ObjectAdapterFactory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/ObjectAdapterFactory.h b/cpp/src/Ice/ObjectAdapterFactory.h
index 7af6b0f6abb..3f268b9b847 100644
--- a/cpp/src/Ice/ObjectAdapterFactory.h
+++ b/cpp/src/Ice/ObjectAdapterFactory.h
@@ -29,7 +29,7 @@ public:
void shutdown();
void waitForShutdown();
- ::Ice::ObjectAdapterPtr createObjectAdapter(const std::string&, const std::string&, const std::string&);
+ ::Ice::ObjectAdapterPtr createObjectAdapter(const std::string&);
::Ice::ObjectAdapterPtr findObjectAdapter(const ::Ice::ObjectPrx&);
private: