summaryrefslogtreecommitdiff
path: root/TAO/tests
diff options
context:
space:
mode:
authormk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-14 01:12:08 +0000
committermk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-14 01:12:08 +0000
commitf685da4e4c7c643d29c1764f6362df9873dc0474 (patch)
treeadfacd7fc6ad82e6d0237f03999d259a182cd84c /TAO/tests
parentbf7e5e334d5f520c77124354c79f8afd1ec58805 (diff)
downloadATCD-f685da4e4c7c643d29c1764f6362df9873dc0474.tar.gz
Commented the use of the LifeCycle Service.
Diffstat (limited to 'TAO/tests')
-rw-r--r--TAO/tests/Quoter/Generic_Factory.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tests/Quoter/Generic_Factory.cpp b/TAO/tests/Quoter/Generic_Factory.cpp
index 15573c32079..db107a5a4ba 100644
--- a/TAO/tests/Quoter/Generic_Factory.cpp
+++ b/TAO/tests/Quoter/Generic_Factory.cpp
@@ -150,6 +150,8 @@ Quoter_Generic_Factory_Server::init (int argc,
// the Generic Factory should try to register itself to the closest
// Life Cycle Service is order to be called.
+ /* for now as long as the trading service is not ported to NT we skip this
+
// get the Quoter_Life_Cycle_Service
CosNaming::Name quoter_Life_Cycle_Service_Name (1);
quoter_Life_Cycle_Service_Name.length (1);
@@ -170,10 +172,6 @@ Quoter_Generic_Factory_Server::init (int argc,
CORBA::Object_var object_var = this->quoter_Generic_Factory_Impl_ptr_->_this(TAO_TRY_ENV);
- // @@ necessary if you specify an ORB port not equal to 0
- // ACE_Time_Value time_Value = 0;
- // orb_manager_.orb()->run (&time_Value);
- // register with the Quoter_Life_Cycle_Service
quoter_Life_Cycle_Service_var->register_factory ("Quoter_Generic_Factory", // name
"Bryan 503", // location
"Generic Factory", // description
@@ -182,6 +180,8 @@ Quoter_Generic_Factory_Server::init (int argc,
TAO_CHECK_ENV;
ACE_DEBUG ((LM_DEBUG,
"Registered the Quoter GenericFactory to the Quoter Life Cycle Service.\n"));
+
+ */
}
TAO_CATCHANY
{