summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/objects/TestI.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2001-10-23 01:00:27 +0000
committerMarc Laukien <marc@zeroc.com>2001-10-23 01:00:27 +0000
commitaa57e33b4bf29c6211a07f24e204db537b6657cc (patch)
tree15e311d8359e943e0b22b6b009b5d762ed84fbdd /cpp/test/Ice/objects/TestI.cpp
parentfixes for windows; other fixes (diff)
downloadice-aa57e33b4bf29c6211a07f24e204db537b6657cc.tar.bz2
ice-aa57e33b4bf29c6211a07f24e204db537b6657cc.tar.xz
ice-aa57e33b4bf29c6211a07f24e204db537b6657cc.zip
fixed cyclic dependencies
Diffstat (limited to 'cpp/test/Ice/objects/TestI.cpp')
-rw-r--r--cpp/test/Ice/objects/TestI.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/test/Ice/objects/TestI.cpp b/cpp/test/Ice/objects/TestI.cpp
index 495e0c67e9f..b3962d8bfb7 100644
--- a/cpp/test/Ice/objects/TestI.cpp
+++ b/cpp/test/Ice/objects/TestI.cpp
@@ -45,20 +45,16 @@ InitialI::shutdown()
_b1->b = 0;
_b1->c = 0;
_b1->_removeAllFacets();
- _b1 = 0;
_b2->a = 0;
_b2->b = 0;
_b2->c = 0;
_b2->_removeAllFacets();
- _b2 = 0;
_c->b = 0;
_c->_removeAllFacets();
- _c = 0;
_d->a = 0;
_d->b = 0;
_d->c = 0;
_d->_removeAllFacets();
- _d = 0;
}
BPtr