summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/POA.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/POA.h')
-rw-r--r--TAO/tao/PortableServer/POA.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/tao/PortableServer/POA.h b/TAO/tao/PortableServer/POA.h
index 4da455f8abf..16e97f2eaea 100644
--- a/TAO/tao/PortableServer/POA.h
+++ b/TAO/tao/PortableServer/POA.h
@@ -827,6 +827,9 @@ protected:
void cleanup_servant (TAO_Active_Object_Map::Map_Entry *active_object_map_entry,
CORBA::Environment &ACE_TRY_ENV);
+ void deactivate_map_entry (TAO_Active_Object_Map::Map_Entry *active_object_map_entry,
+ CORBA::Environment &ACE_TRY_ENV);
+
CORBA::Object_ptr create_reference_i (const char *intf,
CORBA::Short priority,
CORBA_Environment &ACE_TRY_ENV)