diff options
author | Mark Spruiell <mes@zeroc.com> | 2005-09-09 14:45:21 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2005-09-09 14:45:21 +0000 |
commit | e05b4856bd5f74fb0dfe12ad43bf23d032c10e23 (patch) | |
tree | 63df255da3252fe16ce62ef8fdec4647caac737f /py/python/Ice.py | |
parent | bug 430: udp close on transient exceptions (diff) | |
download | ice-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.py | 1 |
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 |