summaryrefslogtreecommitdiff
path: root/cppe/include/IceE/Proxy.h
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2007-05-02 14:23:10 +0000
committerBenoit Foucher <benoit@zeroc.com>2007-05-02 14:23:10 +0000
commitfe95fb2662c99f5aa6763930be2dba9430aed6af (patch)
treeb4eff6ca265c3df4a83710d1563a89da9a44d7bb /cppe/include/IceE/Proxy.h
parentModified emulator version (diff)
downloadice-fe95fb2662c99f5aa6763930be2dba9430aed6af.tar.bz2
ice-fe95fb2662c99f5aa6763930be2dba9430aed6af.tar.xz
ice-fe95fb2662c99f5aa6763930be2dba9430aed6af.zip
Added ice_getAdapterId/ice_adapterId.
Diffstat (limited to 'cppe/include/IceE/Proxy.h')
-rw-r--r--cppe/include/IceE/Proxy.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cppe/include/IceE/Proxy.h b/cppe/include/IceE/Proxy.h
index e39e1f3d662..bbcc4349035 100644
--- a/cppe/include/IceE/Proxy.h
+++ b/cppe/include/IceE/Proxy.h
@@ -182,6 +182,8 @@ public:
ICE_API ::Ice::RouterPrx ice_getRouter() const;
#endif
#ifdef ICEE_HAS_LOCATOR
+ ICE_API ::Ice::ObjectPrx ice_adapterId(const std::string&) const;
+ ICE_API std::string ice_getAdapterId() const;
ICE_API ::Ice::ObjectPrx ice_locator(const ::Ice::LocatorPrx&) const;
ICE_API ::Ice::LocatorPrx ice_getLocator() const;
#endif