diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-08-04 22:34:03 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-08-04 22:34:03 +0000 |
commit | 582833aa458ffef228cbc1040335c0b8f3e46603 (patch) | |
tree | 415fa5312ece6d20e0ceda3db5621b2a9d871d96 /TAO/orbsvcs/Trading_Service | |
parent | e94e5e2e1c92d5f22760b55b0c97eccf5f058233 (diff) | |
download | ATCD-582833aa458ffef228cbc1040335c0b8f3e46603.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO/orbsvcs/Trading_Service')
-rw-r--r-- | TAO/orbsvcs/Trading_Service/Trading_Service.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/Trading_Service/Trading_Service.cpp b/TAO/orbsvcs/Trading_Service/Trading_Service.cpp index 7a3a22171a5..a837f8e11e6 100644 --- a/TAO/orbsvcs/Trading_Service/Trading_Service.cpp +++ b/TAO/orbsvcs/Trading_Service/Trading_Service.cpp @@ -177,7 +177,7 @@ Trading_Service::bootstrap_to_federation (void) ACE_DEBUG ((LM_DEBUG, "*** Bootstrapping to another Trading Service.\n")); CORBA::Object_var trading_obj = - orb->resolve_initial_references (TAO_OBJID_TRADINGSERVICE); + orb->resolve_initial_references ("TradingService"); if (CORBA::is_nil (trading_obj.in ())) ACE_ERROR_RETURN ((LM_ERROR, |