diff options
author | pradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-07-06 21:41:59 +0000 |
---|---|---|
committer | pradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-07-06 21:41:59 +0000 |
commit | 841fa191a1b0d5cc11126ab8ebcfabe81e67cdf3 (patch) | |
tree | 81718fd25f82ab70bf2b1fe6f14b52a7f7df9b56 /TAO/orbsvcs/tests/Notify/lib/Direct_Consumer.cpp | |
parent | c070c5964e6e0a9eb3aafb291d65ff0f7c6944a9 (diff) | |
download | ATCD-841fa191a1b0d5cc11126ab8ebcfabe81e67cdf3.tar.gz |
ChangeLogTag: Sun Jul 06 17:40:19 2003 Pradeep Gore <pradeep@oomworks.com>
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/lib/Direct_Consumer.cpp')
-rw-r--r-- | TAO/orbsvcs/tests/Notify/lib/Direct_Consumer.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/orbsvcs/tests/Notify/lib/Direct_Consumer.cpp b/TAO/orbsvcs/tests/Notify/lib/Direct_Consumer.cpp index 90e7d3022bc..fa99737c9ac 100644 --- a/TAO/orbsvcs/tests/Notify/lib/Direct_Consumer.cpp +++ b/TAO/orbsvcs/tests/Notify/lib/Direct_Consumer.cpp @@ -6,18 +6,18 @@ ACE_RCSID(lib, TAO_Direct_Consumer, "$id$") #include "LookupManager.h" -TAO_NS_Direct_Consumer::TAO_NS_Direct_Consumer (void) +TAO_Notify_Tests_Direct_Consumer::TAO_Notify_Tests_Direct_Consumer (void) { } -TAO_NS_Direct_Consumer::~TAO_NS_Direct_Consumer () +TAO_Notify_Tests_Direct_Consumer::~TAO_Notify_Tests_Direct_Consumer () { } void -TAO_NS_Direct_Consumer::connect (ACE_ENV_SINGLE_ARG_DECL) +TAO_Notify_Tests_Direct_Consumer::connect (ACE_ENV_SINGLE_ARG_DECL) { - ACE_DEBUG ((LM_DEBUG, "TAO_NS_Direct_Consumer::connect resolving poa %s\n", + ACE_DEBUG ((LM_DEBUG, "TAO_Notify_Tests_Direct_Consumer::connect resolving poa %s\n", this->poa_name_.c_str ())); // Get the POA PortableServer::POA_var poa; @@ -28,7 +28,7 @@ TAO_NS_Direct_Consumer::connect (ACE_ENV_SINGLE_ARG_DECL) this->set_poa (poa.in () ACE_ENV_ARG_PARAMETER); ACE_CHECK; - ACE_DEBUG ((LM_DEBUG, "TAO_NS_Direct_Consumer::connect - _this\n")); + ACE_DEBUG ((LM_DEBUG, "TAO_Notify_Tests_Direct_Consumer::connect - _this\n")); // Activate the consumer with the default_POA_. CosNotifyComm::StructuredPushConsumer_var consumer_ref = |