summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-05-18 13:11:35 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-05-18 13:11:35 +0000
commitbd9917b695c408cda272c9d9f822bffc1f2837b1 (patch)
treeb582550b92336c4215f99bff38a08cb7586fbc8c /TAO/tao/ORB.h
parent27c21c6f87d409bd79907a90c1b1a9848ad3a768 (diff)
downloadATCD-bd9917b695c408cda272c9d9f822bffc1f2837b1.tar.gz
ChangeLogTag: Wed May 18 12:30:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/ORB.h')
-rw-r--r--TAO/tao/ORB.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/ORB.h b/TAO/tao/ORB.h
index dcdea3771f3..4fa0fa78a7d 100644
--- a/TAO/tao/ORB.h
+++ b/TAO/tao/ORB.h
@@ -554,8 +554,9 @@ namespace CORBA
CORBA::ULong _decr_refcnt (void);
/// Set the IOR flag.
- /// Get the IOR flag.
void _use_omg_ior_format (CORBA::Boolean ior);
+
+ /// Get the IOR flag.
CORBA::Boolean _use_omg_ior_format (void);
/// Get the ORB core.
@@ -577,7 +578,6 @@ namespace CORBA
typedef ORB_ptr _ptr_type;
typedef ORB_var _var_type;
-
/// Get the Timeout value
ACE_Time_Value *get_timeout (void);