summaryrefslogtreecommitdiff
path: root/py/python/Ice.py
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2005-09-09 14:45:21 +0000
committerMark Spruiell <mes@zeroc.com>2005-09-09 14:45:21 +0000
commite05b4856bd5f74fb0dfe12ad43bf23d032c10e23 (patch)
tree63df255da3252fe16ce62ef8fdec4647caac737f /py/python/Ice.py
parentbug 430: udp close on transient exceptions (diff)
downloadice-e05b4856bd5f74fb0dfe12ad43bf23d032c10e23.tar.bz2
ice-e05b4856bd5f74fb0dfe12ad43bf23d032c10e23.tar.xz
ice-e05b4856bd5f74fb0dfe12ad43bf23d032c10e23.zip
adding new proxy methods for adapter id, endpoints
Diffstat (limited to 'py/python/Ice.py')
-rw-r--r--py/python/Ice.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/py/python/Ice.py b/py/python/Ice.py
index 9927848f6b8..46ea9948924 100644
--- a/py/python/Ice.py
+++ b/py/python/Ice.py
@@ -18,6 +18,7 @@ import IcePy
# Add some symbols to the Ice module.
#
ObjectPrx = IcePy.ObjectPrx
+Endpoint = IcePy.Endpoint
identityToString = IcePy.identityToString
stringToIdentity = IcePy.stringToIdentity
generateUUID = IcePy.generateUUID