summaryrefslogtreecommitdiff
path: root/cppe
diff options
context:
space:
mode:
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)
{