summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ObjectAdapterFactory.h
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2001-09-15 00:42:58 +0000
committerMarc Laukien <marc@zeroc.com>2001-09-15 00:42:58 +0000
commitc66468d7a202d6a013fbfb294872374463937455 (patch)
tree36ac0d4f0de03f0985d96b6c6abb044d9e926fc2 /cpp/src/Ice/ObjectAdapterFactory.h
parentendpoint selection fixes (diff)
downloadice-c66468d7a202d6a013fbfb294872374463937455.tar.bz2
ice-c66468d7a202d6a013fbfb294872374463937455.tar.xz
ice-c66468d7a202d6a013fbfb294872374463937455.zip
streamlined object adpater
Diffstat (limited to 'cpp/src/Ice/ObjectAdapterFactory.h')
-rw-r--r--cpp/src/Ice/ObjectAdapterFactory.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/cpp/src/Ice/ObjectAdapterFactory.h b/cpp/src/Ice/ObjectAdapterFactory.h
index abcefa0df04..5c014ae6efb 100644
--- a/cpp/src/Ice/ObjectAdapterFactory.h
+++ b/cpp/src/Ice/ObjectAdapterFactory.h
@@ -26,9 +26,8 @@ class ObjectAdapterFactory : public ::IceUtil::Shared, public JTCMutex
public:
void shutdown();
- ::Ice::ObjectAdapterPtr createObjectAdapter(const std::string&,
- const std::string&);
- ::Ice::ObjectPtr proxyToObject(const ::Ice::ObjectPrx&);
+ ::Ice::ObjectAdapterPtr createObjectAdapter(const std::string&, const std::string&);
+ ::Ice::ObjectPtr proxyToServant(const ::Ice::ObjectPrx&);
private: