diff options
Diffstat (limited to 'cppe/include/IceE/Object.h')
-rw-r--r-- | cppe/include/IceE/Object.h | 3 |
1 files changed, 0 insertions, 3 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&); |