summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/Notify/Lanes/Consumer_Client.cpp
diff options
context:
space:
mode:
authorpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-03 02:16:28 +0000
committerpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-03 02:16:28 +0000
commit76ab627d8706c87cdab024dd80712b440281de08 (patch)
tree8b5b0f2aaff6895a7a8653558d7b05675f91c919 /TAO/orbsvcs/examples/Notify/Lanes/Consumer_Client.cpp
parent4c81a78d9b34d0a14a19069888978054e0baa869 (diff)
downloadATCD-76ab627d8706c87cdab024dd80712b440281de08.tar.gz
ChangeLogTag: Wed Jul 02 22:10:59 2003 Pradeep Gore <pradeep@oomworks.com>
Diffstat (limited to 'TAO/orbsvcs/examples/Notify/Lanes/Consumer_Client.cpp')
-rw-r--r--TAO/orbsvcs/examples/Notify/Lanes/Consumer_Client.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/examples/Notify/Lanes/Consumer_Client.cpp b/TAO/orbsvcs/examples/Notify/Lanes/Consumer_Client.cpp
index 800c56bd755..a1b7f716bf7 100644
--- a/TAO/orbsvcs/examples/Notify/Lanes/Consumer_Client.cpp
+++ b/TAO/orbsvcs/examples/Notify/Lanes/Consumer_Client.cpp
@@ -54,7 +54,7 @@ TAO_NS_Consumer_Client::parse_args (int argc, char *argv[])
}
void
-TAO_NS_Consumer_Client::init (ACE_ENV_SINGLE_ARG_DECL)
+TAO_NS_Consumer_Client::initialize (ACE_ENV_SINGLE_ARG_DECL)
{
ACE_DEBUG ((LM_DEBUG, "(%P, %t)Initializing Consumer Client with lane priority = %d, event type = (%s)\n"
, this->lane_priority_, this->event_type_.c_str ()));
@@ -193,7 +193,7 @@ TAO_NS_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->initialize (ACE_ENV_SINGLE_ARG_PARAMETER); //Init the Client
ACE_TRY_CHECK;
this->run (ACE_ENV_SINGLE_ARG_PARAMETER);