summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Pluggable/PP_Test_Client.cpp
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-26 21:17:43 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-26 21:17:43 +0000
commit8f8a2ba51de660ba91df2342783c72a930e8b39a (patch)
tree45ba6b108dacafa164126292b98532c4879439c3 /TAO/performance-tests/Pluggable/PP_Test_Client.cpp
parentf6e51c423b2aae302999a13c382ea0c82b2078fb (diff)
downloadATCD-8f8a2ba51de660ba91df2342783c72a930e8b39a.tar.gz
ChangeLogTag:Mon Mar 26 13:06:10 2001 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/performance-tests/Pluggable/PP_Test_Client.cpp')
-rw-r--r--TAO/performance-tests/Pluggable/PP_Test_Client.cpp17
1 files changed, 9 insertions, 8 deletions
diff --git a/TAO/performance-tests/Pluggable/PP_Test_Client.cpp b/TAO/performance-tests/Pluggable/PP_Test_Client.cpp
index 9d4c63047e7..d70834d4f29 100644
--- a/TAO/performance-tests/Pluggable/PP_Test_Client.cpp
+++ b/TAO/performance-tests/Pluggable/PP_Test_Client.cpp
@@ -1,10 +1,12 @@
// $Id$
-#include "ace/Read_Buffer.h"
#include "PP_Test_Client.h"
#include "tao/Timeprobe.h"
#include "tao/TAO_Internal.h"
+#include "tao/debug.h"
+
+#include "ace/Read_Buffer.h"
ACE_RCSID(IDL_Cubit, Cubit_Client, "$Id$")
@@ -275,14 +277,14 @@ PP_Test_Client::shutdown_server (int do_shutdown)
{
if (do_shutdown)
{
- ACE_DEBUG ((LM_DEBUG,
+ ACE_DEBUG ((LM_DEBUG,
"shutdown on Pluggable_Test object\n"));
this->objref_->shutdown (ACE_TRY_ENV);
ACE_TRY_CHECK;
- ACE_DEBUG ((LM_DEBUG,
+ ACE_DEBUG ((LM_DEBUG,
"server, please ACE_OS::exit"));
}
}
@@ -317,7 +319,7 @@ PP_Test_Client::run_oneway (void)
if (this->shutdown_)
{
- ACE_DEBUG ((LM_DEBUG,
+ ACE_DEBUG ((LM_DEBUG,
"shutdown on Pluggable_Test object\n"));
ACE_FUNCTION_TIMEPROBE (PP_TEST_CLIENT_SERVER_SHUTDOWN_START);
@@ -325,7 +327,7 @@ PP_Test_Client::run_oneway (void)
this->objref_->shutdown (ACE_TRY_ENV);
ACE_TRY_CHECK;
- ACE_DEBUG ((LM_DEBUG,
+ ACE_DEBUG ((LM_DEBUG,
"server, please ACE_OS::exit"));
}
}
@@ -360,7 +362,7 @@ PP_Test_Client::run_void (void)
if (this->shutdown_)
{
- ACE_DEBUG ((LM_DEBUG,
+ ACE_DEBUG ((LM_DEBUG,
"shutdown on Pluggable_Test object\n"));
ACE_FUNCTION_TIMEPROBE (PP_TEST_CLIENT_SERVER_SHUTDOWN_START);
@@ -368,7 +370,7 @@ PP_Test_Client::run_void (void)
this->objref_->shutdown (ACE_TRY_ENV);
ACE_TRY_CHECK;
- ACE_DEBUG ((LM_DEBUG,
+ ACE_DEBUG ((LM_DEBUG,
"server, please ACE_OS::exit"));
}
}
@@ -476,4 +478,3 @@ PP_Test_Client::init (int argc, char **argv)
ACE_ENDTRY;
return 0;
}
-