diff options
author | Mark Spruiell <mes@zeroc.com> | 2004-09-07 18:10:32 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2004-09-07 18:10:32 +0000 |
commit | c0ce634b89ca28489e0a409c75f50e43932f3307 (patch) | |
tree | 5f0a0136ed22d9aa49140f44905e5678e5ab2425 /py/modules/IcePy/ObjectAdapter.cpp | |
parent | handle primitive sequence types as special case (diff) | |
download | ice-c0ce634b89ca28489e0a409c75f50e43932f3307.tar.bz2 ice-c0ce634b89ca28489e0a409c75f50e43932f3307.tar.xz ice-c0ce634b89ca28489e0a409c75f50e43932f3307.zip |
merging Identity functions into Util
Diffstat (limited to 'py/modules/IcePy/ObjectAdapter.cpp')
-rw-r--r-- | py/modules/IcePy/ObjectAdapter.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/py/modules/IcePy/ObjectAdapter.cpp b/py/modules/IcePy/ObjectAdapter.cpp index 140202ab113..257062cd434 100644 --- a/py/modules/IcePy/ObjectAdapter.cpp +++ b/py/modules/IcePy/ObjectAdapter.cpp @@ -10,7 +10,6 @@ #include <ObjectAdapter.h> #include <Communicator.h> #include <Current.h> -#include <Identity.h> #include <Operation.h> #include <Proxy.h> #include <Util.h> |