summaryrefslogtreecommitdiff
path: root/cppe/include/IceE/Communicator.h
diff options
context:
space:
mode:
Diffstat (limited to 'cppe/include/IceE/Communicator.h')
-rwxr-xr-xcppe/include/IceE/Communicator.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cppe/include/IceE/Communicator.h b/cppe/include/IceE/Communicator.h
index 33547644d44..9cb437b219f 100755
--- a/cppe/include/IceE/Communicator.h
+++ b/cppe/include/IceE/Communicator.h
@@ -32,6 +32,9 @@ public:
ObjectPrx stringToProxy(const std::string&) const;
std::string proxyToString(const ObjectPrx&) const;
+ Identity stringToIdentity(const std::string&) const;
+ std::string identityToString(const Identity&) const;
+
ObjectAdapterPtr createObjectAdapter(const std::string&);
ObjectAdapterPtr createObjectAdapterWithEndpoints(const std::string&, const std::string&);
#ifdef ICEE_HAS_ROUTER