diff options
author | Mark Spruiell <mes@zeroc.com> | 2004-02-24 01:17:01 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2004-02-24 01:17:01 +0000 |
commit | 77a6cfbb8aad38be3d323f628681b0359f38f38e (patch) | |
tree | d332cb72abaaf71ed5580181494b0dd19ad36e59 /cpp/src/Ice/Object.cpp | |
parent | certs (diff) | |
download | ice-77a6cfbb8aad38be3d323f628681b0359f38f38e.tar.bz2 ice-77a6cfbb8aad38be3d323f628681b0359f38f38e.tar.xz ice-77a6cfbb8aad38be3d323f628681b0359f38f38e.zip |
adding ice_preMarshal/ice_postUnmarshal, and tests in Ice/objects
Diffstat (limited to 'cpp/src/Ice/Object.cpp')
-rw-r--r-- | cpp/src/Ice/Object.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/cpp/src/Ice/Object.cpp b/cpp/src/Ice/Object.cpp index 123370949ed..20cc3371795 100644 --- a/cpp/src/Ice/Object.cpp +++ b/cpp/src/Ice/Object.cpp @@ -122,6 +122,16 @@ Ice::Object::ice_clone() const return __p; } +void +Ice::Object::ice_preMarshal() +{ +} + +void +Ice::Object::ice_postUnmarshal() +{ +} + DispatchStatus Ice::Object::___ice_isA(Incoming& __in, const Current& __current) { |