diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2008-03-21 07:28:47 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2008-03-21 07:28:47 +0000 |
commit | 7af436f8377e7c15416d73f78c12bf89c57c3410 (patch) | |
tree | 773c9ea9c5389adc44252c269bbbd95ecfd95ad2 /TAO | |
parent | b4edb8a1ca0af1c586d481dc770d163ae3063f25 (diff) | |
download | ATCD-7af436f8377e7c15416d73f78c12bf89c57c3410.tar.gz |
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/utils/nslist/nsdel.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/utils/nslist/nsdel.cpp b/TAO/utils/nslist/nsdel.cpp index 4cd1a8d8f0a..f9f2f8ebe3c 100644 --- a/TAO/utils/nslist/nsdel.cpp +++ b/TAO/utils/nslist/nsdel.cpp @@ -234,7 +234,7 @@ ACE_TMAIN (int argcw, ACE_TCHAR *argvw[]) else nc_obj = orb->resolve_initial_references ("NameService"); - nc_obj = set_rtt(orb.in(), nc_obj.in (), rtt); +// nc_obj = set_rtt(orb.in(), nc_obj.in (), rtt); CosNaming::NamingContext_var root_nc = CosNaming::NamingContext::_narrow (nc_obj.in ()); @@ -290,7 +290,7 @@ ACE_TMAIN (int argcw, ACE_TCHAR *argvw[]) if (!quiet || destroy) { bool failure = false; try { - obj = set_rtt(orb.in (), obj.in (), rtt); +// obj = set_rtt(orb.in (), obj.in (), rtt); CosNaming::NamingContext_var this_nc = CosNaming::NamingContext::_narrow (obj.in ()); if (!CORBA::is_nil (this_nc.in ())) |