summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Root_POA.h
diff options
context:
space:
mode:
authormhengstmengel <mhengstmengel@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-08-18 14:09:50 +0000
committermhengstmengel <mhengstmengel@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-08-18 14:09:50 +0000
commit90547fe38bddaa19cbd3d9116fbca1b7ff4daa63 (patch)
treed832cf52c1fa692313e14e41cff95d19bf316c2f /TAO/tao/PortableServer/Root_POA.h
parent58a0d0a2b1f2d7b2b607e7e6fe5853f4b8210c56 (diff)
downloadATCD-90547fe38bddaa19cbd3d9116fbca1b7ff4daa63.tar.gz
Wed Aug 18 14:05:20 UTC 2010 Marijke Hengstmengel <mhengstmengel@remedy.nl>
* tao/PortableServer/Root_POA.cpp: * tao/PortableServer/Root_POA.h: * tao/PortableServer/ServantRetentionStrategy.h: * tao/PortableServer/ServantRetentionStrategyNonRetain.cpp: * tao/PortableServer/ServantRetentionStrategyNonRetain.h: * tao/PortableServer/ServantRetentionStrategyRetain.cpp: * tao/PortableServer/ServantRetentionStrategyRetain.h: Fix bugzilla 3654: Add Active Object Map accessor patches
Diffstat (limited to 'TAO/tao/PortableServer/Root_POA.h')
-rw-r--r--TAO/tao/PortableServer/Root_POA.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/tao/PortableServer/Root_POA.h b/TAO/tao/PortableServer/Root_POA.h
index 0b0603d7064..e7868592d54 100644
--- a/TAO/tao/PortableServer/Root_POA.h
+++ b/TAO/tao/PortableServer/Root_POA.h
@@ -78,6 +78,7 @@ class TAO_Network_Priority_Hook;
class TAO_Acceptor_Registry;
class TAO_IORInfo;
class TAO_Regular_POA;
+class TAO_Active_Object_Map;
namespace PortableInterceptor
{
@@ -126,6 +127,10 @@ public:
typedef ACE_CString String;
+ /// @todo Temporarily for debugging, useful for debugging and status retrieval,
+ /// could be removed with future rework of the AOM.
+ TAO_Active_Object_Map * get_active_object_map() const;
+
#if !defined (CORBA_E_MICRO)
PortableServer::POA_ptr create_POA (
const char *adapter_name,