summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Object.cpp
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2004-05-10 02:15:57 +0000
committerMichi Henning <michi@zeroc.com>2004-05-10 02:15:57 +0000
commita6a7f49b10372b9e4adf2ac2431b361c5638d156 (patch)
tree1b4e44d9ba7a0209a9faa35b35ce29bb8d4d0e4e /cpp/src/Ice/Object.cpp
parentFixed VC6 build (diff)
downloadice-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.cpp12
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);