summaryrefslogtreecommitdiff
path: root/TAO/tao/Policy_ForwardC.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Policy_ForwardC.cpp')
-rw-r--r--TAO/tao/Policy_ForwardC.cpp24
1 files changed, 10 insertions, 14 deletions
diff --git a/TAO/tao/Policy_ForwardC.cpp b/TAO/tao/Policy_ForwardC.cpp
index 86eac4a4651..b056d46a8e3 100644
--- a/TAO/tao/Policy_ForwardC.cpp
+++ b/TAO/tao/Policy_ForwardC.cpp
@@ -26,16 +26,12 @@
// http://www.cs.wustl.edu/~schmidt/TAO.html
// TAO_IDL - Generated from
-// be\be_codegen.cpp:291
+// be\be_codegen.cpp:277
#include "Policy_ForwardC.h"
#include "tao/CDR.h"
-#if defined (__BORLANDC__)
-#pragma option -w-rvl -w-rch -w-ccc -w-aus -w-sig
-#endif /* __BORLANDC__ */
-
// TAO_IDL - Generated from
// be\be_visitor_arg_traits.cpp:70
@@ -58,8 +54,8 @@ CORBA::PolicyList::PolicyList (
CORBA::ULong max
)
: TAO_Unbounded_Object_Sequence<
- CORBA::Policy,
- CORBA::Policy_var
+ Policy,
+ Policy_var
>
(max)
{}
@@ -71,8 +67,8 @@ CORBA::PolicyList::PolicyList (
CORBA::Boolean release
)
: TAO_Unbounded_Object_Sequence<
- CORBA::Policy,
- CORBA::Policy_var
+ Policy,
+ Policy_var
>
(max, length, buffer, release)
{}
@@ -81,8 +77,8 @@ CORBA::PolicyList::PolicyList (
const PolicyList &seq
)
: TAO_Unbounded_Object_Sequence<
- CORBA::Policy,
- CORBA::Policy_var
+ Policy,
+ Policy_var
>
(seq)
{}
@@ -114,7 +110,7 @@ CORBA::PolicyTypeSeq::PolicyTypeSeq (
CORBA::ULong max
)
: TAO_Unbounded_Sequence<
- CORBA::PolicyType
+ PolicyType
>
(max)
{}
@@ -126,7 +122,7 @@ CORBA::PolicyTypeSeq::PolicyTypeSeq (
CORBA::Boolean release
)
: TAO_Unbounded_Sequence<
- CORBA::PolicyType
+ PolicyType
>
(max, length, buffer, release)
{}
@@ -135,7 +131,7 @@ CORBA::PolicyTypeSeq::PolicyTypeSeq (
const PolicyTypeSeq &seq
)
: TAO_Unbounded_Sequence<
- CORBA::PolicyType
+ PolicyType
>
(seq)
{}