diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-08-08 14:57:09 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-08-08 14:57:09 +0000 |
commit | f2928d963a84f2d2e99801e72101b0adb9da5379 (patch) | |
tree | df26775a6e24dec9282c1e3f9bb5335cea94c796 /TAO/tao/ORB.h | |
parent | 4c3b53bd2b670fb3c180d2a241b0250aea1046b9 (diff) | |
download | ATCD-f2928d963a84f2d2e99801e72101b0adb9da5379.tar.gz |
Wed Aug 8 14:56:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/ORB.h')
-rw-r--r-- | TAO/tao/ORB.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/TAO/tao/ORB.h b/TAO/tao/ORB.h index 7512207e020..5a5cbe0d53f 100644 --- a/TAO/tao/ORB.h +++ b/TAO/tao/ORB.h @@ -448,8 +448,6 @@ namespace CORBA */ void destroy (void); - CORBA::Object_ptr resolve_initial_references (const char *name); - /** * This method acts as a mini-bootstrapping Naming Service, which is * provided by the ORB for certain well-known object references. TAO @@ -468,7 +466,7 @@ namespace CORBA */ CORBA::Object_ptr resolve_initial_references ( const char *name, - ACE_Time_Value *timeout); + ACE_Time_Value *timeout = 0); #if !defined(CORBA_E_MICRO) /// Register an object reference with the ORB. |