summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-04-08 10:18:40 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-04-08 10:18:40 +0000
commit6c52789106e9a9766484a425d84a972349c1b90c (patch)
treeb0ed1ddcd13b0fbb935736ba3fca892370140f23 /TAO
parenta749963ebe90bc1c4e8b6a4a2edeb448afd13145 (diff)
downloadATCD-6c52789106e9a9766484a425d84a972349c1b90c.tar.gz
ChangeLogTag: Fri Apr 8 09:19:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO')
-rw-r--r--TAO/tao/AnySeqA.cpp2
-rw-r--r--TAO/tao/BooleanSeqA.cpp2
-rw-r--r--TAO/tao/CONV_FRAMEA.cpp2
-rw-r--r--TAO/tao/CharSeqA.cpp2
-rw-r--r--TAO/tao/DomainA.cpp2
-rw-r--r--TAO/tao/DoubleSeqA.cpp2
-rw-r--r--TAO/tao/DynamicA.cpp4
-rw-r--r--TAO/tao/FloatSeqA.cpp2
-rw-r--r--TAO/tao/IIOPA.cpp2
-rw-r--r--TAO/tao/IIOP_EndpointsA.cpp2
-rw-r--r--TAO/tao/IOP_IORA.cpp10
-rw-r--r--TAO/tao/LongDoubleSeqA.cpp2
-rw-r--r--TAO/tao/LongLongSeqA.cpp2
-rw-r--r--TAO/tao/LongSeqA.cpp2
-rw-r--r--TAO/tao/Messaging_PolicyValueA.cpp2
-rw-r--r--TAO/tao/ObjectIdListA.cpp2
-rw-r--r--TAO/tao/OctetSeqA.cpp2
-rw-r--r--TAO/tao/Policy_ForwardA.cpp4
-rw-r--r--TAO/tao/PortableInterceptorC.h60
-rw-r--r--TAO/tao/ServicesA.cpp4
-rw-r--r--TAO/tao/ShortSeqA.cpp2
-rw-r--r--TAO/tao/Strategies/sciop_endpointsC.cpp2
-rw-r--r--TAO/tao/Strategies/uiop_endpointsC.cpp2
-rw-r--r--TAO/tao/StringSeqA.cpp2
-rw-r--r--TAO/tao/ULongLongSeqA.cpp2
-rw-r--r--TAO/tao/ULongSeqA.cpp2
-rw-r--r--TAO/tao/UShortSeqA.cpp2
-rw-r--r--TAO/tao/WCharSeqA.cpp2
-rw-r--r--TAO/tao/WStringSeqA.cpp2
29 files changed, 65 insertions, 65 deletions
diff --git a/TAO/tao/AnySeqA.cpp b/TAO/tao/AnySeqA.cpp
index 8cfd772e4f2..474d9f8e74e 100644
--- a/TAO/tao/AnySeqA.cpp
+++ b/TAO/tao/AnySeqA.cpp
@@ -49,7 +49,7 @@ namespace TAO
{
namespace TypeCode
{
- TAO::TypeCode::Sequence<::CORBA::TypeCode_ptr const *,
+ TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *,
TAO::Null_RefCount_Policy>
CORBA_AnySeq_0 (
CORBA::tk_sequence,
diff --git a/TAO/tao/BooleanSeqA.cpp b/TAO/tao/BooleanSeqA.cpp
index 95acbca7217..9ca5ed91d05 100644
--- a/TAO/tao/BooleanSeqA.cpp
+++ b/TAO/tao/BooleanSeqA.cpp
@@ -49,7 +49,7 @@ namespace TAO
{
namespace TypeCode
{
- TAO::TypeCode::Sequence<::CORBA::TypeCode_ptr const *,
+ TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *,
TAO::Null_RefCount_Policy>
CORBA_BooleanSeq_0 (
CORBA::tk_sequence,
diff --git a/TAO/tao/CONV_FRAMEA.cpp b/TAO/tao/CONV_FRAMEA.cpp
index 55c1a34b093..5f8ec959679 100644
--- a/TAO/tao/CONV_FRAMEA.cpp
+++ b/TAO/tao/CONV_FRAMEA.cpp
@@ -70,7 +70,7 @@ namespace TAO
{
namespace TypeCode
{
- TAO::TypeCode::Sequence<::CORBA::TypeCode_ptr const *,
+ TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *,
TAO::Null_RefCount_Policy>
CONV_FRAME_CodeSetIdSeq_0 (
CORBA::tk_sequence,
diff --git a/TAO/tao/CharSeqA.cpp b/TAO/tao/CharSeqA.cpp
index c11513b000f..7e796919e22 100644
--- a/TAO/tao/CharSeqA.cpp
+++ b/TAO/tao/CharSeqA.cpp
@@ -49,7 +49,7 @@ namespace TAO
{
namespace TypeCode
{
- TAO::TypeCode::Sequence<::CORBA::TypeCode_ptr const *,
+ TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *,
TAO::Null_RefCount_Policy>
CORBA_CharSeq_0 (
CORBA::tk_sequence,
diff --git a/TAO/tao/DomainA.cpp b/TAO/tao/DomainA.cpp
index 3c2695d49f1..7e2cded7866 100644
--- a/TAO/tao/DomainA.cpp
+++ b/TAO/tao/DomainA.cpp
@@ -87,7 +87,7 @@ namespace TAO
{
namespace TypeCode
{
- TAO::TypeCode::Sequence<::CORBA::TypeCode_ptr const *,
+ TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *,
TAO::Null_RefCount_Policy>
CORBA_DomainManagerList_0 (
CORBA::tk_sequence,
diff --git a/TAO/tao/DoubleSeqA.cpp b/TAO/tao/DoubleSeqA.cpp
index f68319cf469..06bb427f726 100644
--- a/TAO/tao/DoubleSeqA.cpp
+++ b/TAO/tao/DoubleSeqA.cpp
@@ -49,7 +49,7 @@ namespace TAO
{
namespace TypeCode
{
- TAO::TypeCode::Sequence<::CORBA::TypeCode_ptr const *,
+ TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *,
TAO::Null_RefCount_Policy>
CORBA_DoubleSeq_0 (
CORBA::tk_sequence,
diff --git a/TAO/tao/DynamicA.cpp b/TAO/tao/DynamicA.cpp
index 9c7f7be9aa2..6a18b200c20 100644
--- a/TAO/tao/DynamicA.cpp
+++ b/TAO/tao/DynamicA.cpp
@@ -50,7 +50,7 @@ namespace TAO
{
namespace TypeCode
{
- TAO::TypeCode::Sequence<::CORBA::TypeCode_ptr const *,
+ TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *,
TAO::Null_RefCount_Policy>
Dynamic_ParameterList_0 (
CORBA::tk_sequence,
@@ -117,7 +117,7 @@ namespace TAO
{
namespace TypeCode
{
- TAO::TypeCode::Sequence<::CORBA::TypeCode_ptr const *,
+ TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *,
TAO::Null_RefCount_Policy>
Dynamic_ExceptionList_0 (
CORBA::tk_sequence,
diff --git a/TAO/tao/FloatSeqA.cpp b/TAO/tao/FloatSeqA.cpp
index 98f7882b217..9bb3a654b22 100644
--- a/TAO/tao/FloatSeqA.cpp
+++ b/TAO/tao/FloatSeqA.cpp
@@ -49,7 +49,7 @@ namespace TAO
{
namespace TypeCode
{
- TAO::TypeCode::Sequence<::CORBA::TypeCode_ptr const *,
+ TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *,
TAO::Null_RefCount_Policy>
CORBA_FloatSeq_0 (
CORBA::tk_sequence,
diff --git a/TAO/tao/IIOPA.cpp b/TAO/tao/IIOPA.cpp
index e559501a99b..9c54fd51e4f 100644
--- a/TAO/tao/IIOPA.cpp
+++ b/TAO/tao/IIOPA.cpp
@@ -80,7 +80,7 @@ namespace TAO
{
namespace TypeCode
{
- TAO::TypeCode::Sequence<::CORBA::TypeCode_ptr const *,
+ TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *,
TAO::Null_RefCount_Policy>
IIOP_ListenPointList_0 (
CORBA::tk_sequence,
diff --git a/TAO/tao/IIOP_EndpointsA.cpp b/TAO/tao/IIOP_EndpointsA.cpp
index 8e7c34bf4a9..d15b6767108 100644
--- a/TAO/tao/IIOP_EndpointsA.cpp
+++ b/TAO/tao/IIOP_EndpointsA.cpp
@@ -81,7 +81,7 @@ namespace TAO
{
namespace TypeCode
{
- TAO::TypeCode::Sequence<::CORBA::TypeCode_ptr const *,
+ TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *,
TAO::Null_RefCount_Policy>
TAO_IIOPEndpointSequence_0 (
CORBA::tk_sequence,
diff --git a/TAO/tao/IOP_IORA.cpp b/TAO/tao/IOP_IORA.cpp
index 86672f9af7e..0217a4779da 100644
--- a/TAO/tao/IOP_IORA.cpp
+++ b/TAO/tao/IOP_IORA.cpp
@@ -100,7 +100,7 @@ namespace TAO
{
namespace TypeCode
{
- TAO::TypeCode::Sequence<::CORBA::TypeCode_ptr const *,
+ TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *,
TAO::Null_RefCount_Policy>
IOP_TaggedProfileSeq_0 (
CORBA::tk_sequence,
@@ -225,7 +225,7 @@ namespace TAO
{
namespace TypeCode
{
- TAO::TypeCode::Sequence<::CORBA::TypeCode_ptr const *,
+ TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *,
TAO::Null_RefCount_Policy>
IOP_MultipleComponentProfile_0 (
CORBA::tk_sequence,
@@ -272,7 +272,7 @@ namespace TAO
{
namespace TypeCode
{
- TAO::TypeCode::Sequence<::CORBA::TypeCode_ptr const *,
+ TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *,
TAO::Null_RefCount_Policy>
IOP_TaggedComponentList_0 (
CORBA::tk_sequence,
@@ -319,7 +319,7 @@ namespace TAO
{
namespace TypeCode
{
- TAO::TypeCode::Sequence<::CORBA::TypeCode_ptr const *,
+ TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *,
TAO::Null_RefCount_Policy>
IOP_TaggedComponentSeq_0 (
CORBA::tk_sequence,
@@ -415,7 +415,7 @@ namespace TAO
{
namespace TypeCode
{
- TAO::TypeCode::Sequence<::CORBA::TypeCode_ptr const *,
+ TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *,
TAO::Null_RefCount_Policy>
IOP_ServiceContextList_0 (
CORBA::tk_sequence,
diff --git a/TAO/tao/LongDoubleSeqA.cpp b/TAO/tao/LongDoubleSeqA.cpp
index 83761f2a7af..d25d3b28898 100644
--- a/TAO/tao/LongDoubleSeqA.cpp
+++ b/TAO/tao/LongDoubleSeqA.cpp
@@ -49,7 +49,7 @@ namespace TAO
{
namespace TypeCode
{
- TAO::TypeCode::Sequence<::CORBA::TypeCode_ptr const *,
+ TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *,
TAO::Null_RefCount_Policy>
CORBA_LongDoubleSeq_0 (
CORBA::tk_sequence,
diff --git a/TAO/tao/LongLongSeqA.cpp b/TAO/tao/LongLongSeqA.cpp
index 7a38945e1ec..f91cc56f9a1 100644
--- a/TAO/tao/LongLongSeqA.cpp
+++ b/TAO/tao/LongLongSeqA.cpp
@@ -49,7 +49,7 @@ namespace TAO
{
namespace TypeCode
{
- TAO::TypeCode::Sequence<::CORBA::TypeCode_ptr const *,
+ TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *,
TAO::Null_RefCount_Policy>
CORBA_LongLongSeq_0 (
CORBA::tk_sequence,
diff --git a/TAO/tao/LongSeqA.cpp b/TAO/tao/LongSeqA.cpp
index ad023224a23..b0d4a808607 100644
--- a/TAO/tao/LongSeqA.cpp
+++ b/TAO/tao/LongSeqA.cpp
@@ -49,7 +49,7 @@ namespace TAO
{
namespace TypeCode
{
- TAO::TypeCode::Sequence<::CORBA::TypeCode_ptr const *,
+ TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *,
TAO::Null_RefCount_Policy>
CORBA_LongSeq_0 (
CORBA::tk_sequence,
diff --git a/TAO/tao/Messaging_PolicyValueA.cpp b/TAO/tao/Messaging_PolicyValueA.cpp
index c88b832f868..b106ac143d6 100644
--- a/TAO/tao/Messaging_PolicyValueA.cpp
+++ b/TAO/tao/Messaging_PolicyValueA.cpp
@@ -80,7 +80,7 @@ namespace TAO
{
namespace TypeCode
{
- TAO::TypeCode::Sequence<::CORBA::TypeCode_ptr const *,
+ TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *,
TAO::Null_RefCount_Policy>
Messaging_PolicyValueSeq_0 (
CORBA::tk_sequence,
diff --git a/TAO/tao/ObjectIdListA.cpp b/TAO/tao/ObjectIdListA.cpp
index 240b5ffc42d..7b7651e4481 100644
--- a/TAO/tao/ObjectIdListA.cpp
+++ b/TAO/tao/ObjectIdListA.cpp
@@ -67,7 +67,7 @@ namespace TAO
{
namespace TypeCode
{
- TAO::TypeCode::Sequence<::CORBA::TypeCode_ptr const *,
+ TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *,
TAO::Null_RefCount_Policy>
CORBA_ORB_ObjectIdList_0 (
CORBA::tk_sequence,
diff --git a/TAO/tao/OctetSeqA.cpp b/TAO/tao/OctetSeqA.cpp
index e2e818aa507..d745fa17608 100644
--- a/TAO/tao/OctetSeqA.cpp
+++ b/TAO/tao/OctetSeqA.cpp
@@ -49,7 +49,7 @@ namespace TAO
{
namespace TypeCode
{
- TAO::TypeCode::Sequence<::CORBA::TypeCode_ptr const *,
+ TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *,
TAO::Null_RefCount_Policy>
CORBA_OctetSeq_0 (
CORBA::tk_sequence,
diff --git a/TAO/tao/Policy_ForwardA.cpp b/TAO/tao/Policy_ForwardA.cpp
index cff40f277e8..18b29544bc2 100644
--- a/TAO/tao/Policy_ForwardA.cpp
+++ b/TAO/tao/Policy_ForwardA.cpp
@@ -76,7 +76,7 @@ namespace TAO
{
namespace TypeCode
{
- TAO::TypeCode::Sequence<::CORBA::TypeCode_ptr const *,
+ TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *,
TAO::Null_RefCount_Policy>
CORBA_PolicyList_0 (
CORBA::tk_sequence,
@@ -123,7 +123,7 @@ namespace TAO
{
namespace TypeCode
{
- TAO::TypeCode::Sequence<::CORBA::TypeCode_ptr const *,
+ TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *,
TAO::Null_RefCount_Policy>
CORBA_PolicyTypeSeq_0 (
CORBA::tk_sequence,
diff --git a/TAO/tao/PortableInterceptorC.h b/TAO/tao/PortableInterceptorC.h
index b14a1884c2a..8a2f6d37efb 100644
--- a/TAO/tao/PortableInterceptorC.h
+++ b/TAO/tao/PortableInterceptorC.h
@@ -93,47 +93,47 @@ namespace Dynamic
namespace PortableInterceptor
{
-
+
// TAO_IDL - Generated from
// be\be_visitor_constant/constant_ch.cpp:52
-
+
const PortableInterceptor::AdapterState HOLDING = 0;
-
+
// TAO_IDL - Generated from
// be\be_visitor_constant/constant_ch.cpp:52
-
+
const PortableInterceptor::AdapterState ACTIVE = 1;
-
+
// TAO_IDL - Generated from
// be\be_visitor_constant/constant_ch.cpp:52
-
+
const PortableInterceptor::AdapterState DISCARDING = 2;
-
+
// TAO_IDL - Generated from
// be\be_visitor_constant/constant_ch.cpp:52
-
+
const PortableInterceptor::AdapterState INACTIVE = 3;
-
+
// TAO_IDL - Generated from
// be\be_visitor_constant/constant_ch.cpp:52
-
+
const PortableInterceptor::AdapterState NON_EXISTENT = 4;
-
+
// TAO_IDL - Generated from
// be\be_interface.cpp:598
#if !defined (_PORTABLEINTERCEPTOR_INTERCEPTOR__VAR_OUT_CH_)
#define _PORTABLEINTERCEPTOR_INTERCEPTOR__VAR_OUT_CH_
-
+
class Interceptor;
typedef Interceptor *Interceptor_ptr;
-
+
typedef
TAO_Objref_Var_T<
Interceptor
>
Interceptor_var;
-
+
typedef
TAO_Objref_Out_T<
Interceptor
@@ -141,73 +141,73 @@ namespace PortableInterceptor
Interceptor_out;
#endif /* end #if !defined */
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_ch.cpp:54
#if !defined (_PORTABLEINTERCEPTOR_INTERCEPTOR_CH_)
#define _PORTABLEINTERCEPTOR_INTERCEPTOR_CH_
-
+
class TAO_Export Interceptor
: public virtual CORBA::Object
{
public:
typedef Interceptor_ptr _ptr_type;
typedef Interceptor_var _var_type;
-
+
// The static operations.
static Interceptor_ptr _duplicate (Interceptor_ptr obj);
-
+
static void _tao_release (Interceptor_ptr obj);
-
+
static Interceptor_ptr _narrow (
CORBA::Object_ptr obj
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static Interceptor_ptr _unchecked_narrow (
CORBA::Object_ptr obj
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
static Interceptor_ptr _nil (void)
{
return static_cast<Interceptor_ptr> (0);
}
-
+
static void _tao_any_destructor (void *);
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_ch.cpp:46
-
+
virtual char * name (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
CORBA::SystemException
)) = 0;
-
+
// TAO_IDL - Generated from
// be\be_visitor_operation/operation_ch.cpp:46
-
+
virtual void destroy (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
CORBA::SystemException
)) = 0;
-
+
// TAO_IDL - Generated from
// be\be_visitor_interface/interface_ch.cpp:210
-
+
virtual CORBA::Boolean _is_a (
const char *type_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
-
+
virtual const char* _interface_repository_id (void) const;
virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr);
-
+
protected:
// Abstract or local interface only.
Interceptor (void);
diff --git a/TAO/tao/ServicesA.cpp b/TAO/tao/ServicesA.cpp
index d8d9d1c4eac..d02b33ee86b 100644
--- a/TAO/tao/ServicesA.cpp
+++ b/TAO/tao/ServicesA.cpp
@@ -130,7 +130,7 @@ namespace TAO
{
namespace TypeCode
{
- TAO::TypeCode::Sequence<::CORBA::TypeCode_ptr const *,
+ TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *,
TAO::Null_RefCount_Policy>
CORBA_ServiceOptionSeq_0 (
CORBA::tk_sequence,
@@ -206,7 +206,7 @@ namespace TAO
{
namespace TypeCode
{
- TAO::TypeCode::Sequence<::CORBA::TypeCode_ptr const *,
+ TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *,
TAO::Null_RefCount_Policy>
CORBA_ServiceDetailSeq_0 (
CORBA::tk_sequence,
diff --git a/TAO/tao/ShortSeqA.cpp b/TAO/tao/ShortSeqA.cpp
index cfe915728df..a43b0d40f09 100644
--- a/TAO/tao/ShortSeqA.cpp
+++ b/TAO/tao/ShortSeqA.cpp
@@ -49,7 +49,7 @@ namespace TAO
{
namespace TypeCode
{
- TAO::TypeCode::Sequence<::CORBA::TypeCode_ptr const *,
+ TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *,
TAO::Null_RefCount_Policy>
CORBA_ShortSeq_0 (
CORBA::tk_sequence,
diff --git a/TAO/tao/Strategies/sciop_endpointsC.cpp b/TAO/tao/Strategies/sciop_endpointsC.cpp
index 4ac004e0bfe..1abd2c98be2 100644
--- a/TAO/tao/Strategies/sciop_endpointsC.cpp
+++ b/TAO/tao/Strategies/sciop_endpointsC.cpp
@@ -140,7 +140,7 @@ namespace TAO
{
namespace TypeCode
{
- TAO::TypeCode::Sequence<::CORBA::TypeCode_ptr const *,
+ TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *,
TAO::Null_RefCount_Policy>
TAO_SCIOPEndpointSequence_0 (
CORBA::tk_sequence,
diff --git a/TAO/tao/Strategies/uiop_endpointsC.cpp b/TAO/tao/Strategies/uiop_endpointsC.cpp
index 4bb53206057..4ba2b1f4f54 100644
--- a/TAO/tao/Strategies/uiop_endpointsC.cpp
+++ b/TAO/tao/Strategies/uiop_endpointsC.cpp
@@ -139,7 +139,7 @@ namespace TAO
{
namespace TypeCode
{
- TAO::TypeCode::Sequence<::CORBA::TypeCode_ptr const *,
+ TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *,
TAO::Null_RefCount_Policy>
TAO_UIOPEndpointSequence_0 (
CORBA::tk_sequence,
diff --git a/TAO/tao/StringSeqA.cpp b/TAO/tao/StringSeqA.cpp
index 53b3c9faa4c..bd2477e8d66 100644
--- a/TAO/tao/StringSeqA.cpp
+++ b/TAO/tao/StringSeqA.cpp
@@ -50,7 +50,7 @@ namespace TAO
{
namespace TypeCode
{
- TAO::TypeCode::Sequence<::CORBA::TypeCode_ptr const *,
+ TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *,
TAO::Null_RefCount_Policy>
CORBA_StringSeq_0 (
CORBA::tk_sequence,
diff --git a/TAO/tao/ULongLongSeqA.cpp b/TAO/tao/ULongLongSeqA.cpp
index 09f136090f4..ee6e37313a9 100644
--- a/TAO/tao/ULongLongSeqA.cpp
+++ b/TAO/tao/ULongLongSeqA.cpp
@@ -49,7 +49,7 @@ namespace TAO
{
namespace TypeCode
{
- TAO::TypeCode::Sequence<::CORBA::TypeCode_ptr const *,
+ TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *,
TAO::Null_RefCount_Policy>
CORBA_ULongLongSeq_0 (
CORBA::tk_sequence,
diff --git a/TAO/tao/ULongSeqA.cpp b/TAO/tao/ULongSeqA.cpp
index ed5577827b0..1d2977128dc 100644
--- a/TAO/tao/ULongSeqA.cpp
+++ b/TAO/tao/ULongSeqA.cpp
@@ -49,7 +49,7 @@ namespace TAO
{
namespace TypeCode
{
- TAO::TypeCode::Sequence<::CORBA::TypeCode_ptr const *,
+ TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *,
TAO::Null_RefCount_Policy>
CORBA_ULongSeq_0 (
CORBA::tk_sequence,
diff --git a/TAO/tao/UShortSeqA.cpp b/TAO/tao/UShortSeqA.cpp
index 5b90cccd540..a1ebd398624 100644
--- a/TAO/tao/UShortSeqA.cpp
+++ b/TAO/tao/UShortSeqA.cpp
@@ -49,7 +49,7 @@ namespace TAO
{
namespace TypeCode
{
- TAO::TypeCode::Sequence<::CORBA::TypeCode_ptr const *,
+ TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *,
TAO::Null_RefCount_Policy>
CORBA_UShortSeq_0 (
CORBA::tk_sequence,
diff --git a/TAO/tao/WCharSeqA.cpp b/TAO/tao/WCharSeqA.cpp
index f3c8d55e497..77f57cde16e 100644
--- a/TAO/tao/WCharSeqA.cpp
+++ b/TAO/tao/WCharSeqA.cpp
@@ -49,7 +49,7 @@ namespace TAO
{
namespace TypeCode
{
- TAO::TypeCode::Sequence<::CORBA::TypeCode_ptr const *,
+ TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *,
TAO::Null_RefCount_Policy>
CORBA_WCharSeq_0 (
CORBA::tk_sequence,
diff --git a/TAO/tao/WStringSeqA.cpp b/TAO/tao/WStringSeqA.cpp
index 168219790b2..0949dd6d4db 100644
--- a/TAO/tao/WStringSeqA.cpp
+++ b/TAO/tao/WStringSeqA.cpp
@@ -50,7 +50,7 @@ namespace TAO
{
namespace TypeCode
{
- TAO::TypeCode::Sequence<::CORBA::TypeCode_ptr const *,
+ TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *,
TAO::Null_RefCount_Policy>
CORBA_WStringSeq_0 (
CORBA::tk_sequence,