summaryrefslogtreecommitdiff
path: root/cppe
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
parentMade Debug default (diff)
downloadice-4efd88a801525fbaabd0a577066e583936f0f8b7.tar.bz2
ice-4efd88a801525fbaabd0a577066e583936f0f8b7.tar.xz
ice-4efd88a801525fbaabd0a577066e583936f0f8b7.zip
removing ice_preMarshal, ice_postMarshal
Diffstat (limited to 'cppe')
-rw-r--r--cppe/include/IceE/Object.h3
-rw-r--r--cppe/src/IceE/Object.cpp10
2 files changed, 0 insertions, 13 deletions
diff --git a/cppe/include/IceE/Object.h b/cppe/include/IceE/Object.h
index 9193986e968..9795c5c89ff 100644
--- a/cppe/include/IceE/Object.h
+++ b/cppe/include/IceE/Object.h
@@ -51,9 +51,6 @@ public:
virtual ObjectPtr ice_clone() const;
- virtual void ice_preMarshal();
- virtual void ice_postUnmarshal();
-
static std::string __all[];
virtual IceInternal::DispatchStatus __dispatch(IceInternal::Incoming&, const Current&);
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)
{