summaryrefslogtreecommitdiff
path: root/cppe/src/IceE/Object.cpp
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2005-08-11 16:21:13 +0000
committerMark Spruiell <mes@zeroc.com>2005-08-11 16:21:13 +0000
commit4efd88a801525fbaabd0a577066e583936f0f8b7 (patch)
treee83f7f2d84d208aef8dfb78b76975f80da8897f5 /cppe/src/IceE/Object.cpp
parentMade Debug default (diff)
downloadice-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.cpp10
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)
{