summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB_Core.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-08-22 10:49:31 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-08-22 10:49:31 +0000
commit719556e09a7f993bf66a48337c02c4226861babf (patch)
tree50ce3b40ece04420b074dc4f3aa3a85a5db085b1 /TAO/tao/ORB_Core.h
parentaa53af4d4ef23114b6b220cb1e2ac34ce13b0ee4 (diff)
downloadATCD-719556e09a7f993bf66a48337c02c4226861babf.tar.gz
ChangeLogTag: Mon Aug 22 09:09:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/ORB_Core.h')
-rw-r--r--TAO/tao/ORB_Core.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/TAO/tao/ORB_Core.h b/TAO/tao/ORB_Core.h
index a7d565fe3f7..635200f814e 100644
--- a/TAO/tao/ORB_Core.h
+++ b/TAO/tao/ORB_Core.h
@@ -187,7 +187,6 @@ public:
/// Accessor to the POA current.
//@{
CORBA::Object_ptr poa_current(void);
- void poa_current (CORBA::Object_ptr poa_current);
//@}
/// Get the connector registry
@@ -650,6 +649,9 @@ public:
CORBA::Object_ptr resolve_picurrent (ACE_ENV_SINGLE_ARG_DECL);
#endif /* TAO_HAS_INTERCEPTORS == 1 */
+ /// Resolve POA Current.
+ CORBA::Object_ptr resolve_poa_current (ACE_ENV_SINGLE_ARG_DECL);
+
/// Resolve the CodecFactory DLL.
CORBA::Object_ptr resolve_codecfactory (ACE_ENV_SINGLE_ARG_DECL);
@@ -900,6 +902,9 @@ protected:
/// Obtain and cache the typecode factory object reference.
void resolve_typecodefactory_i (ACE_ENV_SINGLE_ARG_DECL);
+ /// Obtain and cache the poa current.
+ void resolve_poa_current_i (ACE_ENV_SINGLE_ARG_DECL);
+
#if TAO_HAS_INTERCEPTORS == 1
/// Obtain and cache the picurrent factory object reference.
void resolve_picurrent_i (ACE_ENV_SINGLE_ARG_DECL);
@@ -1092,10 +1097,6 @@ protected:
/**
* POA current.
- *
- * @note
- * This is a pointer in order to reduce the include file
- * dependencies.
*/
CORBA::Object_var poa_current_;