summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/Notify/ThreadPool/Supplier_Client.cpp
diff options
context:
space:
mode:
authorpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-09-17 19:25:31 +0000
committerpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-09-17 19:25:31 +0000
commitba6ebd2b7fd4f044096e80d36cc293459cae7edb (patch)
tree394159270f01870e32c4564189176bef67afb221 /TAO/orbsvcs/examples/Notify/ThreadPool/Supplier_Client.cpp
parentaa327a10263396debe60e3b52ab75bf6e4b47b76 (diff)
downloadATCD-ba6ebd2b7fd4f044096e80d36cc293459cae7edb.tar.gz
ChangeLogTag: Wed Sep 17 15:24:01 2003 Pradeep Gore <pradeep@oomworks.com>
Diffstat (limited to 'TAO/orbsvcs/examples/Notify/ThreadPool/Supplier_Client.cpp')
-rw-r--r--TAO/orbsvcs/examples/Notify/ThreadPool/Supplier_Client.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/examples/Notify/ThreadPool/Supplier_Client.cpp b/TAO/orbsvcs/examples/Notify/ThreadPool/Supplier_Client.cpp
index 9c2f86b2269..9946cb55acc 100644
--- a/TAO/orbsvcs/examples/Notify/ThreadPool/Supplier_Client.cpp
+++ b/TAO/orbsvcs/examples/Notify/ThreadPool/Supplier_Client.cpp
@@ -79,7 +79,7 @@ TAO_Notify_ThreadPool_Supplier_Client::parse_args (int argc, char *argv[])
}
void
-TAO_Notify_ThreadPool_Supplier_Client::init (ACE_ENV_SINGLE_ARG_DECL)
+TAO_Notify_ThreadPool_Supplier_Client::_init (ACE_ENV_SINGLE_ARG_DECL)
{
PortableServer::POAManager_var poa_manager =
this->orb_objects_.root_poa_->the_POAManager (ACE_ENV_SINGLE_ARG_PARAMETER);
@@ -191,7 +191,7 @@ TAO_Notify_ThreadPool_Supplier_Client::svc (void)
this->orb_objects_.current_->the_priority (0 ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
- this->init (ACE_ENV_SINGLE_ARG_PARAMETER); //Init the Client
+ this->_init (ACE_ENV_SINGLE_ARG_PARAMETER); //Init the Client
ACE_TRY_CHECK;
this->run (ACE_ENV_SINGLE_ARG_PARAMETER);