summaryrefslogtreecommitdiff
path: root/TAO/tests/Abstract_Interface
diff options
context:
space:
mode:
authorvzykov <vzykov@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-11-22 11:33:33 +0000
committervzykov <vzykov@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-11-22 11:33:33 +0000
commitdf3072102fd32d464a2e883a43a39000bdc47374 (patch)
treef3cf2d9ba252b508e40649ba902946c471fe4069 /TAO/tests/Abstract_Interface
parent4a1de726808f26bbd1fa392813a4f20db00500ac (diff)
downloadATCD-df3072102fd32d464a2e883a43a39000bdc47374.tar.gz
Mon Nov 22 11:31:10 UTC 2010 Vladimir Zykov <vladimir.zykov@prismtech.com>
* tao/Valuetype/AbstractBase.h: * tao/Valuetype/AbstractBase.cpp: * tao/Valuetype/AbstractBase.inl: * tao/Valuetype/AbstractBase_T.cpp: Fixed a leak described in bug#3879. Also refactored the AbstractBase code so that it become simpler and more standard compliant. * tao/Synch_Invocation.cpp: * bin/tao_orb_tests.lst: Fixed the bug#3926 and marked the test as fixed. * tests/Abstract_Interface/client.cpp: Fixed in this test output to screen.
Diffstat (limited to 'TAO/tests/Abstract_Interface')
-rw-r--r--TAO/tests/Abstract_Interface/client.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tests/Abstract_Interface/client.cpp b/TAO/tests/Abstract_Interface/client.cpp
index ff8656be1e6..9e489effe51 100644
--- a/TAO/tests/Abstract_Interface/client.cpp
+++ b/TAO/tests/Abstract_Interface/client.cpp
@@ -62,14 +62,14 @@ dump_node (BaseNode* bn, int indent)
return;
}
- // This is ugly I know
- int i = indent;
- for (; i != 0; --i) ACE_DEBUG ((LM_DEBUG, " "));
-
StringNode* sn = StringNode::_downcast (bn);
if (debug)
{
+ // This is ugly I know
+ int i = indent;
+ for (; i != 0; --i) ACE_DEBUG ((LM_DEBUG, " "));
+
if (sn != 0)
{
ACE_DEBUG ((LM_DEBUG, "%x <StringNode> %C\n",