diff options
Diffstat (limited to 'cppe/include/IceE/Proxy.h')
-rw-r--r-- | cppe/include/IceE/Proxy.h | 2 |
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 |