summaryrefslogtreecommitdiff
path: root/TAO/tao/Invocation.i
diff options
context:
space:
mode:
authormarina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-12-02 05:12:50 +0000
committermarina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-12-02 05:12:50 +0000
commitb3e75cc5fe46fdf771bce1e696a765100f8fefa8 (patch)
tree330807e81644ac15ef7d9cd37d59a4b4e4287024 /TAO/tao/Invocation.i
parent7c6a2b46d4c93bcf7d547aff6c80878f250e61ac (diff)
downloadATCD-b3e75cc5fe46fdf771bce1e696a765100f8fefa8.tar.gz
ChangeLogTag:Fri Dec 01 23:00:32 2000 Marina Spivak <marina@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Invocation.i')
-rw-r--r--TAO/tao/Invocation.i15
1 files changed, 15 insertions, 0 deletions
diff --git a/TAO/tao/Invocation.i b/TAO/tao/Invocation.i
index af4c16b81bf..b452cab7aa1 100644
--- a/TAO/tao/Invocation.i
+++ b/TAO/tao/Invocation.i
@@ -28,6 +28,21 @@ TAO_GIOP_Invocation::restart_flag (CORBA::Boolean flag)
this->restart_flag_ = flag;
}
+ACE_INLINE void
+TAO_GIOP_Invocation::init_inconsistent_policies (CORBA::Environment &ACE_TRY_ENV)
+ ACE_THROW_SPEC ((CORBA::SystemException))
+{
+ ACE_NEW_THROW_EX (this->inconsistent_policies_,
+ CORBA::PolicyList (0),
+ CORBA::NO_MEMORY ());
+}
+
+ACE_INLINE CORBA::PolicyList *
+TAO_GIOP_Invocation::get_inconsistent_policies (void)
+{
+ return this->inconsistent_policies_._retn ();
+}
+
// ****************************************************************
ACE_INLINE