summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-08-08 14:57:09 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-08-08 14:57:09 +0000
commitf2928d963a84f2d2e99801e72101b0adb9da5379 (patch)
treedf26775a6e24dec9282c1e3f9bb5335cea94c796 /TAO/tao/ORB.h
parent4c3b53bd2b670fb3c180d2a241b0250aea1046b9 (diff)
downloadATCD-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.h4
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.