summaryrefslogtreecommitdiff
path: root/TAO/tao/PolicyC.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-04-19 09:10:19 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-04-19 09:10:19 +0000
commitf9606f4f257e642e04f8c84315b0c8f323fe65e6 (patch)
treea681f895cf5a9b8a4f7ab6603ee4fd3a55ca0305 /TAO/tao/PolicyC.h
parent10fc1a52ad4bc0d1d3d6716d18f77d04022bd2a8 (diff)
downloadATCD-f9606f4f257e642e04f8c84315b0c8f323fe65e6.tar.gz
ChangeLogTag: Wed Apr 19 07:44:49 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/PolicyC.h')
-rw-r--r--TAO/tao/PolicyC.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/tao/PolicyC.h b/TAO/tao/PolicyC.h
index a0cd05df25e..60e773570cc 100644
--- a/TAO/tao/PolicyC.h
+++ b/TAO/tao/PolicyC.h
@@ -155,7 +155,7 @@ namespace CORBA
// be\be_visitor_exception/exception_ctor.cpp:66
PolicyError (
- ACE_NESTED_CLASS (CORBA, PolicyErrorCode) _tao_reason
+ ::CORBA::PolicyErrorCode _tao_reason
);
// TAO_IDL - Generated from
@@ -208,7 +208,7 @@ namespace CORBA
// be\be_visitor_exception/exception_ctor.cpp:66
InvalidPolicies (
- const ACE_NESTED_CLASS (CORBA, UShortSeq) & _tao_indices
+ const ::CORBA::UShortSeq & _tao_indices
);
// TAO_IDL - Generated from
@@ -593,7 +593,7 @@ namespace TAO
);
static ::CORBA::Policy_ptr nil (void);
static CORBA::Boolean marshal (
- ::CORBA::Policy_ptr p,
+ const ::CORBA::Policy_ptr p,
TAO_OutputCDR & cdr
);
};
@@ -614,7 +614,7 @@ namespace TAO
);
static ::CORBA::PolicyManager_ptr nil (void);
static CORBA::Boolean marshal (
- ::CORBA::PolicyManager_ptr p,
+ const ::CORBA::PolicyManager_ptr p,
TAO_OutputCDR & cdr
);
};
@@ -635,7 +635,7 @@ namespace TAO
);
static ::CORBA::PolicyCurrent_ptr nil (void);
static CORBA::Boolean marshal (
- ::CORBA::PolicyCurrent_ptr p,
+ const ::CORBA::PolicyCurrent_ptr p,
TAO_OutputCDR & cdr
);
};