summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgokhale <asgokhale@users.noreply.github.com>1998-10-31 18:11:51 +0000
committergokhale <asgokhale@users.noreply.github.com>1998-10-31 18:11:51 +0000
commit03b55f2dcf701b4f8d977baa89362e6326e06533 (patch)
treee392326ffafb6b5ab7354086c2706b2f9ae49517
parented5155c38ddaf725816a3f0bde7b6adad7da3f13 (diff)
downloadATCD-03b55f2dcf701b4f8d977baa89362e6326e06533.tar.gz
*** empty log message ***
-rw-r--r--TAO/performance-tests/Demux/CodeGen/debug.cpp2
-rw-r--r--TAO/performance-tests/Demux/CodeGen/servant_hdr.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/performance-tests/Demux/CodeGen/debug.cpp b/TAO/performance-tests/Demux/CodeGen/debug.cpp
index cd6b6486d1d..71cf4443aec 100644
--- a/TAO/performance-tests/Demux/CodeGen/debug.cpp
+++ b/TAO/performance-tests/Demux/CodeGen/debug.cpp
@@ -62,7 +62,7 @@ Demux_Test_CodeGenerator::print_array (ACE_Unbounded_Queue<ACE_CString> &arr)
ACE_DEBUG ((LM_DEBUG,
"\t%s\n",
- str->rep ()));
+ str->c_str ()));
(void) iter.advance ();
}
return 0; // not present
diff --git a/TAO/performance-tests/Demux/CodeGen/servant_hdr.cpp b/TAO/performance-tests/Demux/CodeGen/servant_hdr.cpp
index 354b4d5957d..ef4c75bd303 100644
--- a/TAO/performance-tests/Demux/CodeGen/servant_hdr.cpp
+++ b/TAO/performance-tests/Demux/CodeGen/servant_hdr.cpp
@@ -75,7 +75,7 @@ Demux_Test_CodeGenerator::gen_servant_hdr_code (void)
ACE_OS::fprintf (fp, " void %s (CORBA::Environment &env = \n"
" CORBA::Environment::"
"default_environment ());\n\n",
- str->rep ());
+ str->c_str ());
(void) iter.advance ();
}