summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test/complex_any.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Param_Test/complex_any.cpp')
-rw-r--r--TAO/tests/Param_Test/complex_any.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/TAO/tests/Param_Test/complex_any.cpp b/TAO/tests/Param_Test/complex_any.cpp
index 300d0da1e36..97e77a84221 100644
--- a/TAO/tests/Param_Test/complex_any.cpp
+++ b/TAO/tests/Param_Test/complex_any.cpp
@@ -110,8 +110,8 @@ Test_Complex_Any::reset_parameters (void)
char *l5_str = gen->gen_string ();
- if (TAO_debug_level > 0)
- ACE_DEBUG ((LM_DEBUG,
+ if (TAO_debug_level > 0)
+ ACE_DEBUG ((LM_DEBUG,
"setting level 5 string = %s\n",
l5_str));
@@ -123,8 +123,8 @@ Test_Complex_Any::reset_parameters (void)
char *l9_str = gen->gen_string ();
- if (TAO_debug_level > 0)
- ACE_DEBUG ((LM_DEBUG,
+ if (TAO_debug_level > 0)
+ ACE_DEBUG ((LM_DEBUG,
"setting level 9 string = %s\n",
l9_str));
@@ -132,8 +132,8 @@ Test_Complex_Any::reset_parameters (void)
CORBA::Short l9_bool = ACE_OS::rand () % 2;
- if (TAO_debug_level > 0)
- ACE_DEBUG ((LM_DEBUG,
+ if (TAO_debug_level > 0)
+ ACE_DEBUG ((LM_DEBUG,
"setting level 9 boolean = %d\n",
l9_bool));
@@ -141,8 +141,8 @@ Test_Complex_Any::reset_parameters (void)
CORBA::Short l9_short = gen->gen_short ();
- if (TAO_debug_level > 0)
- ACE_DEBUG ((LM_DEBUG,
+ if (TAO_debug_level > 0)
+ ACE_DEBUG ((LM_DEBUG,
"setting level 9 short = %d\n",
l9_short));