summaryrefslogtreecommitdiff
path: root/TAO/tao/Object.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-06-10 10:21:12 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-06-10 10:21:12 +0000
commit48d2d14c417a484e1c7affde00e1f9eb3ab7ef95 (patch)
tree030d1d711ada3a07e17a5623c5cb8f2aa179678b /TAO/tao/Object.h
parent3d36c886236c50ab1316ed0ba0db1da117a7a54e (diff)
downloadATCD-48d2d14c417a484e1c7affde00e1f9eb3ab7ef95.tar.gz
ChangeLogTag: Thu Jun 9 18:49:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Object.h')
-rw-r--r--TAO/tao/Object.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/TAO/tao/Object.h b/TAO/tao/Object.h
index 7db531bc153..0620fdff8cb 100644
--- a/TAO/tao/Object.h
+++ b/TAO/tao/Object.h
@@ -103,7 +103,7 @@ namespace CORBA
* @name Spec defined methods
*
* These methods are defined here since they are required by the
- * CORBA spec in a form specified by the C++ mapping.
+ * CORBA spec in a form specified by the C++ mapping.
*/
//@{
/// Increment the ref count.
@@ -231,6 +231,10 @@ namespace CORBA
#endif /* TAO_HAS_CORBA_MESSAGING == 1 */
+ virtual CORBA::ORB_ptr _get_orb (
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
+ );
+
/**
* @name Reference Count Managment
*
@@ -302,8 +306,6 @@ namespace CORBA
/// Set the proxy broker.
virtual void _proxy_broker (TAO::Object_Proxy_Broker *proxy_broker);
-
-
public:
/// Allows us to forbid marshaling of local interfaces.