diff options
author | Mark Spruiell <mes@zeroc.com> | 2005-08-11 16:21:13 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2005-08-11 16:21:13 +0000 |
commit | 4efd88a801525fbaabd0a577066e583936f0f8b7 (patch) | |
tree | e83f7f2d84d208aef8dfb78b76975f80da8897f5 /cppe/src/IceE/Object.cpp | |
parent | Made Debug default (diff) | |
download | ice-4efd88a801525fbaabd0a577066e583936f0f8b7.tar.bz2 ice-4efd88a801525fbaabd0a577066e583936f0f8b7.tar.xz ice-4efd88a801525fbaabd0a577066e583936f0f8b7.zip |
removing ice_preMarshal, ice_postMarshal
Diffstat (limited to 'cppe/src/IceE/Object.cpp')
-rw-r--r-- | cppe/src/IceE/Object.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/cppe/src/IceE/Object.cpp b/cppe/src/IceE/Object.cpp index 9d763d31a71..0f0b93dc16e 100644 --- a/cppe/src/IceE/Object.cpp +++ b/cppe/src/IceE/Object.cpp @@ -83,16 +83,6 @@ Ice::Object::ice_clone() const throw new CloneNotImplementedException(__FILE__, __LINE__); } -void -Ice::Object::ice_preMarshal() -{ -} - -void -Ice::Object::ice_postUnmarshal() -{ -} - DispatchStatus Ice::Object::___ice_isA(Incoming& __inS, const Current& __current) { |