summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test/var_struct.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Param_Test/var_struct.cpp')
-rw-r--r--TAO/tests/Param_Test/var_struct.cpp24
1 files changed, 12 insertions, 12 deletions
diff --git a/TAO/tests/Param_Test/var_struct.cpp b/TAO/tests/Param_Test/var_struct.cpp
index 87ceee7b536..5ff52e1d467 100644
--- a/TAO/tests/Param_Test/var_struct.cpp
+++ b/TAO/tests/Param_Test/var_struct.cpp
@@ -187,10 +187,10 @@ Test_Var_Struct::print_values (void)
{
ACE_DEBUG ((LM_DEBUG,
"\n*=*=*=*=*=*=*=*=*=*=\n"
- "in_.dummy1 = %s\n"
- "inout_.dummy1 = %s\n"
- "out_.dummy1 = %s\n"
- "ret_.dummy1 = %s\n",
+ "in_.dummy1 = %C\n"
+ "inout_.dummy1 = %C\n"
+ "out_.dummy1 = %C\n"
+ "ret_.dummy1 = %C\n",
this->in_.dummy1.in (),
this->inout_->dummy1.in (),
this->out_->dummy1.in (),
@@ -198,10 +198,10 @@ Test_Var_Struct::print_values (void)
ACE_DEBUG ((LM_DEBUG,
"\n*=*=*=*=*=*=*=*=*=*=\n"
- "in_.dummy2 = %s\n"
- "inout_.dummy2 = %s\n"
- "out_.dummy2 = %s\n"
- "ret_.dummy2 = %s\n",
+ "in_.dummy2 = %C\n"
+ "inout_.dummy2 = %C\n"
+ "out_.dummy2 = %C\n"
+ "ret_.dummy2 = %C\n",
this->in_.dummy2.in (),
this->inout_->dummy2.in (),
this->out_->dummy2.in (),
@@ -213,7 +213,7 @@ Test_Var_Struct::print_values (void)
{
ACE_DEBUG ((LM_DEBUG,
"Element #%d\n"
- "in.seq : %s\n",
+ "in.seq : %C\n",
i,
(this->in_.seq[i]? (const char *)this->in_.seq[i]:"<nul>")));
}
@@ -222,7 +222,7 @@ Test_Var_Struct::print_values (void)
{
ACE_DEBUG ((LM_DEBUG,
"Element #%d\n"
- "inout : %s\n",
+ "inout : %C\n",
i,
(this->inout_->seq[i]? (const char *)this->inout_->seq[i]:"<nul>")));
}
@@ -233,7 +233,7 @@ Test_Var_Struct::print_values (void)
{
ACE_DEBUG ((LM_DEBUG,
"Element #%d\n"
- "in : %s\n",
+ "in : %C\n",
i,
(this->out_->seq[i]? (const char *)this->out_->seq[i]:"<nul>")));
}
@@ -244,7 +244,7 @@ Test_Var_Struct::print_values (void)
{
ACE_DEBUG ((LM_DEBUG,
"Element #%d\n"
- "in : %s\n",
+ "in : %C\n",
i,
(this->ret_->seq[i]? (const char *)this->ret_->seq[i]:"<nul>")));
}