summaryrefslogtreecommitdiff
path: root/TAO/tao/MessagingC.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/MessagingC.h')
-rw-r--r--TAO/tao/MessagingC.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/TAO/tao/MessagingC.h b/TAO/tao/MessagingC.h
index 2b84fe64d57..5688d9ff7c2 100644
--- a/TAO/tao/MessagingC.h
+++ b/TAO/tao/MessagingC.h
@@ -189,6 +189,7 @@ TAO_NAMESPACE Messaging
CORBA::Environment::default_environment ()
);
static RebindPolicy_ptr _nil (void);
+ static void _tao_any_destructor (void *);
virtual RebindMode rebind_mode (
CORBA::Environment &ACE_TRY_ENV =
@@ -282,6 +283,7 @@ TAO_NAMESPACE Messaging
CORBA::Environment::default_environment ()
);
static SyncScopePolicy_ptr _nil (void);
+ static void _tao_any_destructor (void *);
virtual SyncScope synchronization (
CORBA::Environment &ACE_TRY_ENV =
@@ -311,6 +313,8 @@ TAO_NAMESPACE Messaging
struct TAO_Export PriorityRange
{
+ static void _tao_any_destructor (void *);
+
Priority min;
Priority max;
};
@@ -412,6 +416,7 @@ TAO_NAMESPACE Messaging
CORBA::Environment::default_environment ()
);
static RequestPriorityPolicy_ptr _nil (void);
+ static void _tao_any_destructor (void *);
virtual PriorityRange priority_range (
CORBA::Environment &ACE_TRY_ENV =
@@ -505,6 +510,7 @@ TAO_NAMESPACE Messaging
CORBA::Environment::default_environment ()
);
static ReplyPriorityPolicy_ptr _nil (void);
+ static void _tao_any_destructor (void *);
virtual PriorityRange priority_range (
CORBA::Environment &ACE_TRY_ENV =
@@ -598,6 +604,7 @@ TAO_NAMESPACE Messaging
CORBA::Environment::default_environment ()
);
static RequestStartTimePolicy_ptr _nil (void);
+ static void _tao_any_destructor (void *);
virtual TimeBase::UtcT start_time (
CORBA::Environment &ACE_TRY_ENV =
@@ -691,6 +698,7 @@ TAO_NAMESPACE Messaging
CORBA::Environment::default_environment ()
);
static RequestEndTimePolicy_ptr _nil (void);
+ static void _tao_any_destructor (void *);
virtual TimeBase::UtcT end_time (
CORBA::Environment &ACE_TRY_ENV =
@@ -784,6 +792,7 @@ TAO_NAMESPACE Messaging
CORBA::Environment::default_environment ()
);
static ReplyStartTimePolicy_ptr _nil (void);
+ static void _tao_any_destructor (void *);
virtual TimeBase::UtcT start_time (
CORBA::Environment &ACE_TRY_ENV =
@@ -877,6 +886,7 @@ TAO_NAMESPACE Messaging
CORBA::Environment::default_environment ()
);
static ReplyEndTimePolicy_ptr _nil (void);
+ static void _tao_any_destructor (void *);
virtual TimeBase::UtcT end_time (
CORBA::Environment &ACE_TRY_ENV =
@@ -970,6 +980,7 @@ TAO_NAMESPACE Messaging
CORBA::Environment::default_environment ()
);
static RelativeRequestTimeoutPolicy_ptr _nil (void);
+ static void _tao_any_destructor (void *);
virtual TimeBase::TimeT relative_expiry (
CORBA::Environment &ACE_TRY_ENV =
@@ -1063,6 +1074,7 @@ TAO_NAMESPACE Messaging
CORBA::Environment::default_environment ()
);
static RelativeRoundtripTimeoutPolicy_ptr _nil (void);
+ static void _tao_any_destructor (void *);
virtual TimeBase::TimeT relative_expiry (
CORBA::Environment &ACE_TRY_ENV =
@@ -1092,6 +1104,8 @@ TAO_NAMESPACE Messaging
struct TAO_Export RoutingTypeRange
{
+ static void _tao_any_destructor (void *);
+
RoutingType min;
RoutingType max;
};
@@ -1193,6 +1207,7 @@ TAO_NAMESPACE Messaging
CORBA::Environment::default_environment ()
);
static RoutingPolicy_ptr _nil (void);
+ static void _tao_any_destructor (void *);
virtual RoutingTypeRange routing_range (
CORBA::Environment &ACE_TRY_ENV =
@@ -1286,6 +1301,7 @@ TAO_NAMESPACE Messaging
CORBA::Environment::default_environment ()
);
static MaxHopsPolicy_ptr _nil (void);
+ static void _tao_any_destructor (void *);
virtual CORBA::UShort max_hops (
CORBA::Environment &ACE_TRY_ENV =
@@ -1379,6 +1395,7 @@ TAO_NAMESPACE Messaging
CORBA::Environment::default_environment ()
);
static QueueOrderPolicy_ptr _nil (void);
+ static void _tao_any_destructor (void *);
virtual Ordering allowed_orders (
CORBA::Environment &ACE_TRY_ENV =
@@ -1406,6 +1423,8 @@ TAO_NAMESPACE Messaging
struct TAO_Export PolicyValue
{
+ static void _tao_any_destructor (void *);
+
CORBA::PolicyType ptype;
// *************************************************************
@@ -1505,6 +1524,8 @@ TAO_NAMESPACE Messaging
);
PolicyValueSeq (const PolicyValueSeq &); // copy ctor
~PolicyValueSeq (void); // dtor
+
+ static void _tao_any_destructor (void *);
};
typedef PolicyValueSeq *PolicyValueSeq_ptr;
@@ -1876,6 +1897,7 @@ TAO_NAMESPACE Messaging
CORBA::Environment::default_environment ()
);
static ReplyHandler_ptr _nil (void);
+ static void _tao_any_destructor (void *);
virtual CORBA::Boolean _is_a (
const CORBA::Char *type_id,
@@ -1967,6 +1989,7 @@ TAO_NAMESPACE Messaging
CORBA::Environment::default_environment ()
);
static Poller_ptr _nil (void);
+ static void _tao_any_destructor (void *);
virtual CORBA::Object_ptr operation_target (
CORBA::Environment &ACE_TRY_ENV =