summaryrefslogtreecommitdiff
path: root/py/python/Ice.py
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2008-02-12 13:52:25 -0330
committerDwayne Boone <dwayne@zeroc.com>2008-02-12 13:52:25 -0330
commitad4851f58efcf2723cbf3ad7781fdd573e60b706 (patch)
tree79e6efc7784a7a071e54568748f5d2080bd56ee5 /py/python/Ice.py
parentBug 2582 - Added ice_staticId (diff)
downloadice-ad4851f58efcf2723cbf3ad7781fdd573e60b706.tar.bz2
ice-ad4851f58efcf2723cbf3ad7781fdd573e60b706.tar.xz
ice-ad4851f58efcf2723cbf3ad7781fdd573e60b706.zip
Bug 2582
Diffstat (limited to 'py/python/Ice.py')
-rw-r--r--py/python/Ice.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/py/python/Ice.py b/py/python/Ice.py
index 887c222d3df..fb24d729a08 100644
--- a/py/python/Ice.py
+++ b/py/python/Ice.py
@@ -57,6 +57,10 @@ class Object(object):
def ice_id(self, current=None):
return '::Ice::Object'
+ def ice_staticId():
+ return '::Ice::Object'
+ ice_staticId = staticmethod(ice_staticId)
+
#
# Do not define these here. They will be invoked if defined by a subclass.
#