summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples
diff options
context:
space:
mode:
authorpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-09-25 15:56:18 +0000
committerpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-09-25 15:56:18 +0000
commit63f237c679a4d66a2b90251710182a39cc5463ff (patch)
tree65e18802bdd270c0d3d8c10dbe50fe278fbf1311 /TAO/orbsvcs/examples
parent0e3f99af4b89a49c15a569a848e20e59ea883079 (diff)
downloadATCD-63f237c679a4d66a2b90251710182a39cc5463ff.tar.gz
ChangeLogTag: Thu Sep 25 11:54:42 2003 Pradeep Gore <pradeep@oomworks.com>
Diffstat (limited to 'TAO/orbsvcs/examples')
-rw-r--r--TAO/orbsvcs/examples/Notify/ThreadPool/Consumer_Client.cpp4
-rw-r--r--TAO/orbsvcs/examples/Notify/ThreadPool/Consumer_Client.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/examples/Notify/ThreadPool/Consumer_Client.cpp b/TAO/orbsvcs/examples/Notify/ThreadPool/Consumer_Client.cpp
index 9cb445b5596..ef6f077004f 100644
--- a/TAO/orbsvcs/examples/Notify/ThreadPool/Consumer_Client.cpp
+++ b/TAO/orbsvcs/examples/Notify/ThreadPool/Consumer_Client.cpp
@@ -61,7 +61,7 @@ TAO_Notify_ThreadPool_Consumer_Client::parse_args (int argc, char *argv[])
}
void
-TAO_Notify_ThreadPool_Consumer_Client::init (ACE_ENV_SINGLE_ARG_DECL)
+TAO_Notify_ThreadPool_Consumer_Client::_init (ACE_ENV_SINGLE_ARG_DECL)
{
PortableServer::POAManager_var poa_manager =
this->orb_objects_.root_poa_->the_POAManager (ACE_ENV_SINGLE_ARG_PARAMETER);
@@ -196,7 +196,7 @@ TAO_Notify_ThreadPool_Consumer_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);
diff --git a/TAO/orbsvcs/examples/Notify/ThreadPool/Consumer_Client.h b/TAO/orbsvcs/examples/Notify/ThreadPool/Consumer_Client.h
index df4bae8ba8b..af826ecfe23 100644
--- a/TAO/orbsvcs/examples/Notify/ThreadPool/Consumer_Client.h
+++ b/TAO/orbsvcs/examples/Notify/ThreadPool/Consumer_Client.h
@@ -37,7 +37,7 @@ public:
~TAO_Notify_ThreadPool_Consumer_Client ();
/// Init
- void init (ACE_ENV_SINGLE_ARG_DECL);
+ void _init (ACE_ENV_SINGLE_ARG_DECL);
/// Run
void run (ACE_ENV_SINGLE_ARG_DECL);