diff options
author | Michi Henning <michi@zeroc.com> | 2004-05-10 02:15:57 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2004-05-10 02:15:57 +0000 |
commit | a6a7f49b10372b9e4adf2ac2431b361c5638d156 (patch) | |
tree | 1b4e44d9ba7a0209a9faa35b35ce29bb8d4d0e4e /cpp/src/Ice/Object.cpp | |
parent | Fixed VC6 build (diff) | |
download | ice-a6a7f49b10372b9e4adf2ac2431b361c5638d156.tar.bz2 ice-a6a7f49b10372b9e4adf2ac2431b361c5638d156.tar.xz ice-a6a7f49b10372b9e4adf2ac2431b361c5638d156.zip |
Merged changes from michi_pre_e3 branch
Diffstat (limited to 'cpp/src/Ice/Object.cpp')
-rw-r--r-- | cpp/src/Ice/Object.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/cpp/src/Ice/Object.cpp b/cpp/src/Ice/Object.cpp index 933aa595d64..8397f120910 100644 --- a/cpp/src/Ice/Object.cpp +++ b/cpp/src/Ice/Object.cpp @@ -226,18 +226,6 @@ Ice::Object::__read(BasicStream* __is, bool __rid) } void -Ice::Object::__gcReachable(::IceUtil::GCObjectMultiSet& c) const -{ - // TODO: Michi: This method does nothing anymore, but is needed because of GCShared. -} - -void -Ice::Object::__gcClear() -{ - // TODO: Michi: This method does nothing anymore, but is needed because of GCShared. -} - -void Ice::__patch__ObjectPtr(void* __addr, ObjectPtr& v) { ObjectPtr* p = static_cast<ObjectPtr*>(__addr); |