summaryrefslogtreecommitdiff
path: root/TAO/CIAO/tools/Config_Handlers/Basic_Deployment_Data.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/tools/Config_Handlers/Basic_Deployment_Data.hpp')
-rw-r--r--TAO/CIAO/tools/Config_Handlers/Basic_Deployment_Data.hpp969
1 files changed, 722 insertions, 247 deletions
diff --git a/TAO/CIAO/tools/Config_Handlers/Basic_Deployment_Data.hpp b/TAO/CIAO/tools/Config_Handlers/Basic_Deployment_Data.hpp
index 2a0fd3d5919..530a46d5bbf 100644
--- a/TAO/CIAO/tools/Config_Handlers/Basic_Deployment_Data.hpp
+++ b/TAO/CIAO/tools/Config_Handlers/Basic_Deployment_Data.hpp
@@ -3,7 +3,7 @@
*
* Changes made to this code will most likely be overwritten
* when the handlers are recompiled.
- *
+ *
* If you find errors or feel that there are bugfixes to be made,
* please contact the current XSC maintainer:
* Will Otte <wotte@dre.vanderbilt.edu>
@@ -12,7 +12,7 @@
// Fixes the VC6 warning 4786.
#include "vc6-4786.h"
-
+
// Fix for Borland compilers, which seem to have a broken
// <string> include.
#ifdef __BORLANDC__
@@ -123,10 +123,10 @@ namespace CIAO
Value
integral () const;
- friend bool XSC_XML_Handlers_Export
+ friend bool XSC_XML_Handlers_Export
operator== (TCKind const& a, TCKind const& b);
- friend bool XSC_XML_Handlers_Export
+ friend bool XSC_XML_Handlers_Export
operator!= (TCKind const& a, TCKind const& b);
private:
@@ -146,7 +146,7 @@ namespace CIAO
typedef ::XSCRT::Type Base__;
// kind
- //
+ //
public:
::CIAO::Config_Handlers::TCKind const& kind () const;
void kind (::CIAO::Config_Handlers::TCKind const& );
@@ -155,7 +155,7 @@ namespace CIAO
::std::auto_ptr< ::CIAO::Config_Handlers::TCKind > kind_;
// enum
- //
+ //
public:
bool enum_p () const;
::CIAO::Config_Handlers::EnumType const& enum_ () const;
@@ -184,7 +184,7 @@ namespace CIAO
typedef ::XSCRT::Type Base__;
// short
- //
+ //
public:
typedef ::std::list< ::XMLSchema::short_ >::iterator short_iterator;
typedef ::std::list< ::XMLSchema::short_ >::const_iterator short_const_iterator;
@@ -199,7 +199,7 @@ namespace CIAO
::std::list< ::XMLSchema::short_ > short_;
// long
- //
+ //
public:
typedef ::std::list< ::XMLSchema::int_ >::iterator long_iterator;
typedef ::std::list< ::XMLSchema::int_ >::const_iterator long_const_iterator;
@@ -214,7 +214,7 @@ namespace CIAO
::std::list< ::XMLSchema::int_ > long_;
// ushort
- //
+ //
public:
typedef ::std::list< ::XMLSchema::unsignedShort >::iterator ushort_iterator;
typedef ::std::list< ::XMLSchema::unsignedShort >::const_iterator ushort_const_iterator;
@@ -229,7 +229,7 @@ namespace CIAO
::std::list< ::XMLSchema::unsignedShort > ushort_;
// ulong
- //
+ //
public:
typedef ::std::list< ::XMLSchema::unsignedInt >::iterator ulong_iterator;
typedef ::std::list< ::XMLSchema::unsignedInt >::const_iterator ulong_const_iterator;
@@ -244,7 +244,7 @@ namespace CIAO
::std::list< ::XMLSchema::unsignedInt > ulong_;
// float
- //
+ //
public:
typedef ::std::list< ::XMLSchema::float_ >::iterator float_iterator;
typedef ::std::list< ::XMLSchema::float_ >::const_iterator float_const_iterator;
@@ -259,7 +259,7 @@ namespace CIAO
::std::list< ::XMLSchema::float_ > float_;
// double
- //
+ //
public:
typedef ::std::list< ::XMLSchema::double_ >::iterator double_iterator;
typedef ::std::list< ::XMLSchema::double_ >::const_iterator double_const_iterator;
@@ -274,7 +274,7 @@ namespace CIAO
::std::list< ::XMLSchema::double_ > double_;
// boolean
- //
+ //
public:
typedef ::std::list< ::XMLSchema::boolean >::iterator boolean_iterator;
typedef ::std::list< ::XMLSchema::boolean >::const_iterator boolean_const_iterator;
@@ -289,7 +289,7 @@ namespace CIAO
::std::list< ::XMLSchema::boolean > boolean_;
// octet
- //
+ //
public:
typedef ::std::list< ::XMLSchema::unsignedByte >::iterator octet_iterator;
typedef ::std::list< ::XMLSchema::unsignedByte >::const_iterator octet_const_iterator;
@@ -304,7 +304,7 @@ namespace CIAO
::std::list< ::XMLSchema::unsignedByte > octet_;
// enum
- //
+ //
public:
typedef ::std::list< ::XMLSchema::string< ACE_TCHAR > >::iterator enum_iterator;
typedef ::std::list< ::XMLSchema::string< ACE_TCHAR > >::const_iterator enum_const_iterator;
@@ -319,7 +319,7 @@ namespace CIAO
::std::list< ::XMLSchema::string< ACE_TCHAR > > enum_;
// string
- //
+ //
public:
typedef ::std::list< ::XMLSchema::string< ACE_TCHAR > >::iterator string_iterator;
typedef ::std::list< ::XMLSchema::string< ACE_TCHAR > >::const_iterator string_const_iterator;
@@ -334,7 +334,7 @@ namespace CIAO
::std::list< ::XMLSchema::string< ACE_TCHAR > > string_;
// longlong
- //
+ //
public:
typedef ::std::list< ::XMLSchema::long_ >::iterator longlong_iterator;
typedef ::std::list< ::XMLSchema::long_ >::const_iterator longlong_const_iterator;
@@ -349,7 +349,7 @@ namespace CIAO
::std::list< ::XMLSchema::long_ > longlong_;
// ulonglong
- //
+ //
public:
typedef ::std::list< ::XMLSchema::unsignedLong >::iterator ulonglong_iterator;
typedef ::std::list< ::XMLSchema::unsignedLong >::const_iterator ulonglong_const_iterator;
@@ -364,7 +364,7 @@ namespace CIAO
::std::list< ::XMLSchema::unsignedLong > ulonglong_;
// longdouble
- //
+ //
public:
typedef ::std::list< ::XMLSchema::double_ >::iterator longdouble_iterator;
typedef ::std::list< ::XMLSchema::double_ >::const_iterator longdouble_const_iterator;
@@ -398,7 +398,7 @@ namespace CIAO
typedef ::XSCRT::Type Base__;
// name
- //
+ //
public:
::XMLSchema::string< ACE_TCHAR > const& name () const;
void name (::XMLSchema::string< ACE_TCHAR > const& );
@@ -407,7 +407,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< ACE_TCHAR > > name_;
// typeId
- //
+ //
public:
::XMLSchema::string< ACE_TCHAR > const& typeId () const;
void typeId (::XMLSchema::string< ACE_TCHAR > const& );
@@ -416,7 +416,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< ACE_TCHAR > > typeId_;
// member
- //
+ //
public:
typedef ::std::list< ::XMLSchema::string< ACE_TCHAR > >::iterator member_iterator;
typedef ::std::list< ::XMLSchema::string< ACE_TCHAR > >::const_iterator member_const_iterator;
@@ -432,7 +432,7 @@ namespace CIAO
public:
EnumType (::XMLSchema::string< ACE_TCHAR > const& name__,
- ::XMLSchema::string< ACE_TCHAR > const& typeId__);
+ ::XMLSchema::string< ACE_TCHAR > const& typeId__);
EnumType (::XSCRT::XML::Element< ACE_TCHAR > const&);
EnumType (EnumType const& s);
@@ -451,7 +451,7 @@ namespace CIAO
typedef ::XSCRT::Type Base__;
// type
- //
+ //
public:
::CIAO::Config_Handlers::DataType const& type () const;
void type (::CIAO::Config_Handlers::DataType const& );
@@ -460,7 +460,7 @@ namespace CIAO
::std::auto_ptr< ::CIAO::Config_Handlers::DataType > type_;
// value
- //
+ //
public:
::CIAO::Config_Handlers::DataValue const& value () const;
void value (::CIAO::Config_Handlers::DataValue const& );
@@ -470,7 +470,7 @@ namespace CIAO
public:
Any (::CIAO::Config_Handlers::DataType const& type__,
- ::CIAO::Config_Handlers::DataValue const& value__);
+ ::CIAO::Config_Handlers::DataValue const& value__);
Any (::XSCRT::XML::Element< ACE_TCHAR > const&);
Any (Any const& s);
@@ -489,7 +489,7 @@ namespace CIAO
typedef ::XSCRT::Type Base__;
// name
- //
+ //
public:
::XMLSchema::string< ACE_TCHAR > const& name () const;
void name (::XMLSchema::string< ACE_TCHAR > const& );
@@ -498,7 +498,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< ACE_TCHAR > > name_;
// value
- //
+ //
public:
::CIAO::Config_Handlers::Any const& value () const;
void value (::CIAO::Config_Handlers::Any const& );
@@ -508,7 +508,7 @@ namespace CIAO
public:
Property (::XMLSchema::string< ACE_TCHAR > const& name__,
- ::CIAO::Config_Handlers::Any const& value__);
+ ::CIAO::Config_Handlers::Any const& value__);
Property (::XSCRT::XML::Element< ACE_TCHAR > const&);
Property (Property const& s);
@@ -543,10 +543,10 @@ namespace CIAO
Value
integral () const;
- friend bool XSC_XML_Handlers_Export
+ friend bool XSC_XML_Handlers_Export
operator== (SatisfierPropertyKind const& a, SatisfierPropertyKind const& b);
- friend bool XSC_XML_Handlers_Export
+ friend bool XSC_XML_Handlers_Export
operator!= (SatisfierPropertyKind const& a, SatisfierPropertyKind const& b);
private:
@@ -566,7 +566,7 @@ namespace CIAO
typedef ::XSCRT::Type Base__;
// name
- //
+ //
public:
::XMLSchema::string< ACE_TCHAR > const& name () const;
void name (::XMLSchema::string< ACE_TCHAR > const& );
@@ -575,7 +575,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< ACE_TCHAR > > name_;
// kind
- //
+ //
public:
::CIAO::Config_Handlers::SatisfierPropertyKind const& kind () const;
void kind (::CIAO::Config_Handlers::SatisfierPropertyKind const& );
@@ -584,7 +584,7 @@ namespace CIAO
::std::auto_ptr< ::CIAO::Config_Handlers::SatisfierPropertyKind > kind_;
// value
- //
+ //
public:
::CIAO::Config_Handlers::Any const& value () const;
void value (::CIAO::Config_Handlers::Any const& );
@@ -594,8 +594,8 @@ namespace CIAO
public:
SatisfierProperty (::XMLSchema::string< ACE_TCHAR > const& name__,
- ::CIAO::Config_Handlers::SatisfierPropertyKind const& kind__,
- ::CIAO::Config_Handlers::Any const& value__);
+ ::CIAO::Config_Handlers::SatisfierPropertyKind const& kind__,
+ ::CIAO::Config_Handlers::Any const& value__);
SatisfierProperty (::XSCRT::XML::Element< ACE_TCHAR > const&);
SatisfierProperty (SatisfierProperty const& s);
@@ -614,7 +614,7 @@ namespace CIAO
typedef ::XSCRT::Type Base__;
// name
- //
+ //
public:
::XMLSchema::string< ACE_TCHAR > const& name () const;
void name (::XMLSchema::string< ACE_TCHAR > const& );
@@ -623,37 +623,27 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< ACE_TCHAR > > name_;
// resourceType
- //
+ //
public:
- typedef ::std::list< ::XMLSchema::string< ACE_TCHAR > >::iterator resourceType_iterator;
- typedef ::std::list< ::XMLSchema::string< ACE_TCHAR > >::const_iterator resourceType_const_iterator;
- resourceType_iterator begin_resourceType ();
- resourceType_iterator end_resourceType ();
- resourceType_const_iterator begin_resourceType () const;
- resourceType_const_iterator end_resourceType () const;
- void add_resourceType (::XMLSchema::string< ACE_TCHAR > const& );
- size_t count_resourceType (void) const;
+ ::XMLSchema::string< ACE_TCHAR > const& resourceType () const;
+ void resourceType (::XMLSchema::string< ACE_TCHAR > const& );
protected:
- ::std::list< ::XMLSchema::string< ACE_TCHAR > > resourceType_;
+ ::std::auto_ptr< ::XMLSchema::string< ACE_TCHAR > > resourceType_;
// property
- //
+ //
public:
- typedef ::std::list< ::CIAO::Config_Handlers::SatisfierProperty >::iterator property_iterator;
- typedef ::std::list< ::CIAO::Config_Handlers::SatisfierProperty >::const_iterator property_const_iterator;
- property_iterator begin_property ();
- property_iterator end_property ();
- property_const_iterator begin_property () const;
- property_const_iterator end_property () const;
- void add_property (::CIAO::Config_Handlers::SatisfierProperty const& );
- size_t count_property (void) const;
+ ::CIAO::Config_Handlers::SatisfierProperty const& property () const;
+ void property (::CIAO::Config_Handlers::SatisfierProperty const& );
protected:
- ::std::list< ::CIAO::Config_Handlers::SatisfierProperty > property_;
+ ::std::auto_ptr< ::CIAO::Config_Handlers::SatisfierProperty > property_;
public:
- Resource (::XMLSchema::string< ACE_TCHAR > const& name__);
+ Resource (::XMLSchema::string< ACE_TCHAR > const& name__,
+ ::XMLSchema::string< ACE_TCHAR > const& resourceType__,
+ ::CIAO::Config_Handlers::SatisfierProperty const& property__);
Resource (::XSCRT::XML::Element< ACE_TCHAR > const&);
Resource (Resource const& s);
@@ -672,7 +662,7 @@ namespace CIAO
typedef ::XSCRT::Type Base__;
// resourceType
- //
+ //
public:
::XMLSchema::string< ACE_TCHAR > const& resourceType () const;
void resourceType (::XMLSchema::string< ACE_TCHAR > const& );
@@ -681,7 +671,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< ACE_TCHAR > > resourceType_;
// name
- //
+ //
public:
::XMLSchema::string< ACE_TCHAR > const& name () const;
void name (::XMLSchema::string< ACE_TCHAR > const& );
@@ -690,7 +680,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< ACE_TCHAR > > name_;
// property
- //
+ //
public:
::CIAO::Config_Handlers::Property const& property () const;
void property (::CIAO::Config_Handlers::Property const& );
@@ -700,8 +690,8 @@ namespace CIAO
public:
Requirement (::XMLSchema::string< ACE_TCHAR > const& resourceType__,
- ::XMLSchema::string< ACE_TCHAR > const& name__,
- ::CIAO::Config_Handlers::Property const& property__);
+ ::XMLSchema::string< ACE_TCHAR > const& name__,
+ ::CIAO::Config_Handlers::Property const& property__);
Requirement (::XSCRT::XML::Element< ACE_TCHAR > const&);
Requirement (Requirement const& s);
@@ -720,7 +710,7 @@ namespace CIAO
typedef ::XSCRT::Type Base__;
// requirementName
- //
+ //
public:
::XMLSchema::string< ACE_TCHAR > const& requirementName () const;
void requirementName (::XMLSchema::string< ACE_TCHAR > const& );
@@ -729,7 +719,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< ACE_TCHAR > > requirementName_;
// resourceName
- //
+ //
public:
::XMLSchema::string< ACE_TCHAR > const& resourceName () const;
void resourceName (::XMLSchema::string< ACE_TCHAR > const& );
@@ -738,7 +728,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< ACE_TCHAR > > resourceName_;
// resourceValue
- //
+ //
public:
::CIAO::Config_Handlers::Any const& resourceValue () const;
void resourceValue (::CIAO::Config_Handlers::Any const& );
@@ -748,8 +738,8 @@ namespace CIAO
public:
ResourceDeploymentDescription (::XMLSchema::string< ACE_TCHAR > const& requirementName__,
- ::XMLSchema::string< ACE_TCHAR > const& resourceName__,
- ::CIAO::Config_Handlers::Any const& resourceValue__);
+ ::XMLSchema::string< ACE_TCHAR > const& resourceName__,
+ ::CIAO::Config_Handlers::Any const& resourceValue__);
ResourceDeploymentDescription (::XSCRT::XML::Element< ACE_TCHAR > const&);
ResourceDeploymentDescription (ResourceDeploymentDescription const& s);
@@ -768,7 +758,7 @@ namespace CIAO
typedef ::XSCRT::Type Base__;
// name
- //
+ //
public:
::XMLSchema::string< ACE_TCHAR > const& name () const;
void name (::XMLSchema::string< ACE_TCHAR > const& );
@@ -777,7 +767,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< ACE_TCHAR > > name_;
// source
- //
+ //
public:
typedef ::std::list< ::XMLSchema::string< ACE_TCHAR > >::iterator source_iterator;
typedef ::std::list< ::XMLSchema::string< ACE_TCHAR > >::const_iterator source_const_iterator;
@@ -792,7 +782,7 @@ namespace CIAO
::std::list< ::XMLSchema::string< ACE_TCHAR > > source_;
// node
- //
+ //
public:
::XMLSchema::string< ACE_TCHAR > const& node () const;
void node (::XMLSchema::string< ACE_TCHAR > const& );
@@ -801,7 +791,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< ACE_TCHAR > > node_;
// location
- //
+ //
public:
typedef ::std::list< ::XMLSchema::string< ACE_TCHAR > >::iterator location_iterator;
typedef ::std::list< ::XMLSchema::string< ACE_TCHAR > >::const_iterator location_const_iterator;
@@ -816,7 +806,7 @@ namespace CIAO
::std::list< ::XMLSchema::string< ACE_TCHAR > > location_;
// execParameter
- //
+ //
public:
typedef ::std::list< ::CIAO::Config_Handlers::Property >::iterator execParameter_iterator;
typedef ::std::list< ::CIAO::Config_Handlers::Property >::const_iterator execParameter_const_iterator;
@@ -831,7 +821,7 @@ namespace CIAO
::std::list< ::CIAO::Config_Handlers::Property > execParameter_;
// deployRequirement
- //
+ //
public:
typedef ::std::list< ::CIAO::Config_Handlers::Requirement >::iterator deployRequirement_iterator;
typedef ::std::list< ::CIAO::Config_Handlers::Requirement >::const_iterator deployRequirement_const_iterator;
@@ -846,7 +836,7 @@ namespace CIAO
::std::list< ::CIAO::Config_Handlers::Requirement > deployRequirement_;
// deployedResource
- //
+ //
public:
typedef ::std::list< ::CIAO::Config_Handlers::ResourceDeploymentDescription >::iterator deployedResource_iterator;
typedef ::std::list< ::CIAO::Config_Handlers::ResourceDeploymentDescription >::const_iterator deployedResource_const_iterator;
@@ -861,7 +851,7 @@ namespace CIAO
::std::list< ::CIAO::Config_Handlers::ResourceDeploymentDescription > deployedResource_;
// id
- //
+ //
public:
bool id_p () const;
::XMLSchema::ID< ACE_TCHAR > const& id () const;
@@ -873,7 +863,7 @@ namespace CIAO
public:
ArtifactDeploymentDescription (::XMLSchema::string< ACE_TCHAR > const& name__,
- ::XMLSchema::string< ACE_TCHAR > const& node__);
+ ::XMLSchema::string< ACE_TCHAR > const& node__);
ArtifactDeploymentDescription (::XSCRT::XML::Element< ACE_TCHAR > const&);
ArtifactDeploymentDescription (ArtifactDeploymentDescription const& s);
@@ -892,7 +882,7 @@ namespace CIAO
typedef ::XSCRT::Type Base__;
// name
- //
+ //
public:
::XMLSchema::string< ACE_TCHAR > const& name () const;
void name (::XMLSchema::string< ACE_TCHAR > const& );
@@ -901,7 +891,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< ACE_TCHAR > > name_;
// source
- //
+ //
public:
typedef ::std::list< ::XMLSchema::string< ACE_TCHAR > >::iterator source_iterator;
typedef ::std::list< ::XMLSchema::string< ACE_TCHAR > >::const_iterator source_const_iterator;
@@ -916,7 +906,7 @@ namespace CIAO
::std::list< ::XMLSchema::string< ACE_TCHAR > > source_;
// artifact
- //
+ //
public:
typedef ::std::list< ::XMLSchema::IDREF< ACE_TCHAR > >::iterator artifact_iterator;
typedef ::std::list< ::XMLSchema::IDREF< ACE_TCHAR > >::const_iterator artifact_const_iterator;
@@ -931,7 +921,7 @@ namespace CIAO
::std::list< ::XMLSchema::IDREF< ACE_TCHAR > > artifact_;
// execParameter
- //
+ //
public:
typedef ::std::list< ::CIAO::Config_Handlers::Property >::iterator execParameter_iterator;
typedef ::std::list< ::CIAO::Config_Handlers::Property >::const_iterator execParameter_const_iterator;
@@ -946,7 +936,7 @@ namespace CIAO
::std::list< ::CIAO::Config_Handlers::Property > execParameter_;
// deployRequirement
- //
+ //
public:
typedef ::std::list< ::CIAO::Config_Handlers::Requirement >::iterator deployRequirement_iterator;
typedef ::std::list< ::CIAO::Config_Handlers::Requirement >::const_iterator deployRequirement_const_iterator;
@@ -961,7 +951,7 @@ namespace CIAO
::std::list< ::CIAO::Config_Handlers::Requirement > deployRequirement_;
// id
- //
+ //
public:
bool id_p () const;
::XMLSchema::ID< ACE_TCHAR > const& id () const;
@@ -1006,10 +996,10 @@ namespace CIAO
Value
integral () const;
- friend bool XSC_XML_Handlers_Export
+ friend bool XSC_XML_Handlers_Export
operator== (ResourceUsageKind const& a, ResourceUsageKind const& b);
- friend bool XSC_XML_Handlers_Export
+ friend bool XSC_XML_Handlers_Export
operator!= (ResourceUsageKind const& a, ResourceUsageKind const& b);
private:
@@ -1029,7 +1019,7 @@ namespace CIAO
typedef ::XSCRT::Type Base__;
// resourceUsage
- //
+ //
public:
::CIAO::Config_Handlers::ResourceUsageKind const& resourceUsage () const;
void resourceUsage (::CIAO::Config_Handlers::ResourceUsageKind const& );
@@ -1038,7 +1028,7 @@ namespace CIAO
::std::auto_ptr< ::CIAO::Config_Handlers::ResourceUsageKind > resourceUsage_;
// requirementName
- //
+ //
public:
::XMLSchema::string< ACE_TCHAR > const& requirementName () const;
void requirementName (::XMLSchema::string< ACE_TCHAR > const& );
@@ -1047,7 +1037,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< ACE_TCHAR > > requirementName_;
// resourceName
- //
+ //
public:
::XMLSchema::string< ACE_TCHAR > const& resourceName () const;
void resourceName (::XMLSchema::string< ACE_TCHAR > const& );
@@ -1056,7 +1046,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< ACE_TCHAR > > resourceName_;
// resourceValue
- //
+ //
public:
::CIAO::Config_Handlers::Any const& resourceValue () const;
void resourceValue (::CIAO::Config_Handlers::Any const& );
@@ -1066,9 +1056,9 @@ namespace CIAO
public:
InstanceResourceDeploymentDescription (::CIAO::Config_Handlers::ResourceUsageKind const& resourceUsage__,
- ::XMLSchema::string< ACE_TCHAR > const& requirementName__,
- ::XMLSchema::string< ACE_TCHAR > const& resourceName__,
- ::CIAO::Config_Handlers::Any const& resourceValue__);
+ ::XMLSchema::string< ACE_TCHAR > const& requirementName__,
+ ::XMLSchema::string< ACE_TCHAR > const& resourceName__,
+ ::CIAO::Config_Handlers::Any const& resourceValue__);
InstanceResourceDeploymentDescription (::XSCRT::XML::Element< ACE_TCHAR > const&);
InstanceResourceDeploymentDescription (InstanceResourceDeploymentDescription const& s);
@@ -1087,7 +1077,7 @@ namespace CIAO
typedef ::XSCRT::Type Base__;
// name
- //
+ //
public:
::XMLSchema::string< ACE_TCHAR > const& name () const;
void name (::XMLSchema::string< ACE_TCHAR > const& );
@@ -1096,7 +1086,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< ACE_TCHAR > > name_;
// node
- //
+ //
public:
::XMLSchema::string< ACE_TCHAR > const& node () const;
void node (::XMLSchema::string< ACE_TCHAR > const& );
@@ -1105,7 +1095,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< ACE_TCHAR > > node_;
// source
- //
+ //
public:
::XMLSchema::string< ACE_TCHAR > const& source () const;
void source (::XMLSchema::string< ACE_TCHAR > const& );
@@ -1114,7 +1104,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< ACE_TCHAR > > source_;
// implementation
- //
+ //
public:
::XMLSchema::IDREF< ACE_TCHAR > const& implementation () const;
void implementation (::XMLSchema::IDREF< ACE_TCHAR > const& );
@@ -1123,7 +1113,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::IDREF< ACE_TCHAR > > implementation_;
// configProperty
- //
+ //
public:
typedef ::std::list< ::CIAO::Config_Handlers::Property >::iterator configProperty_iterator;
typedef ::std::list< ::CIAO::Config_Handlers::Property >::const_iterator configProperty_const_iterator;
@@ -1138,7 +1128,7 @@ namespace CIAO
::std::list< ::CIAO::Config_Handlers::Property > configProperty_;
// deployedResource
- //
+ //
public:
bool deployedResource_p () const;
::CIAO::Config_Handlers::InstanceResourceDeploymentDescription const& deployedResource () const;
@@ -1148,7 +1138,7 @@ namespace CIAO
::std::auto_ptr< ::CIAO::Config_Handlers::InstanceResourceDeploymentDescription > deployedResource_;
// deployedSharedResource
- //
+ //
public:
bool deployedSharedResource_p () const;
::CIAO::Config_Handlers::InstanceResourceDeploymentDescription const& deployedSharedResource () const;
@@ -1158,7 +1148,7 @@ namespace CIAO
::std::auto_ptr< ::CIAO::Config_Handlers::InstanceResourceDeploymentDescription > deployedSharedResource_;
// id
- //
+ //
public:
bool id_p () const;
::XMLSchema::ID< ACE_TCHAR > const& id () const;
@@ -1170,9 +1160,9 @@ namespace CIAO
public:
InstanceDeploymentDescription (::XMLSchema::string< ACE_TCHAR > const& name__,
- ::XMLSchema::string< ACE_TCHAR > const& node__,
- ::XMLSchema::string< ACE_TCHAR > const& source__,
- ::XMLSchema::IDREF< ACE_TCHAR > const& implementation__);
+ ::XMLSchema::string< ACE_TCHAR > const& node__,
+ ::XMLSchema::string< ACE_TCHAR > const& source__,
+ ::XMLSchema::IDREF< ACE_TCHAR > const& implementation__);
InstanceDeploymentDescription (::XSCRT::XML::Element< ACE_TCHAR > const&);
InstanceDeploymentDescription (InstanceDeploymentDescription const& s);
@@ -1197,22 +1187,20 @@ namespace CIAO
static CCMComponentPortKind const EventEmitter;
static CCMComponentPortKind const EventPublisher;
static CCMComponentPortKind const EventConsumer;
- static CCMComponentPortKind const rtecEventPublisher;
- static CCMComponentPortKind const rtecEventConsumer;
enum Value
{
- Facet_l,SimplexReceptacle_l,MultiplexReceptacle_l,EventEmitter_l,EventPublisher_l,EventConsumer_l,rtecEventPublisher_l,rtecEventConsumer_l
+ Facet_l,SimplexReceptacle_l,MultiplexReceptacle_l,EventEmitter_l,EventPublisher_l,EventConsumer_l
};
Value
integral () const;
- friend bool XSC_XML_Handlers_Export
+ friend bool XSC_XML_Handlers_Export
operator== (CCMComponentPortKind const& a, CCMComponentPortKind const& b);
- friend bool XSC_XML_Handlers_Export
+ friend bool XSC_XML_Handlers_Export
operator!= (CCMComponentPortKind const& a, CCMComponentPortKind const& b);
private:
@@ -1232,7 +1220,7 @@ namespace CIAO
typedef ::XSCRT::Type Base__;
// name
- //
+ //
public:
::XMLSchema::string< ACE_TCHAR > const& name () const;
void name (::XMLSchema::string< ACE_TCHAR > const& );
@@ -1241,7 +1229,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< ACE_TCHAR > > name_;
// specificType
- //
+ //
public:
::XMLSchema::string< ACE_TCHAR > const& specificType () const;
void specificType (::XMLSchema::string< ACE_TCHAR > const& );
@@ -1250,7 +1238,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< ACE_TCHAR > > specificType_;
// supportedType
- //
+ //
public:
::XMLSchema::string< ACE_TCHAR > const& supportedType () const;
void supportedType (::XMLSchema::string< ACE_TCHAR > const& );
@@ -1259,7 +1247,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< ACE_TCHAR > > supportedType_;
// provider
- //
+ //
public:
::XMLSchema::string< ACE_TCHAR > const& provider () const;
void provider (::XMLSchema::string< ACE_TCHAR > const& );
@@ -1268,7 +1256,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< ACE_TCHAR > > provider_;
// exclusiveProvider
- //
+ //
public:
::XMLSchema::string< ACE_TCHAR > const& exclusiveProvider () const;
void exclusiveProvider (::XMLSchema::string< ACE_TCHAR > const& );
@@ -1277,7 +1265,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< ACE_TCHAR > > exclusiveProvider_;
// exclusiveUser
- //
+ //
public:
::XMLSchema::string< ACE_TCHAR > const& exclusiveUser () const;
void exclusiveUser (::XMLSchema::string< ACE_TCHAR > const& );
@@ -1286,7 +1274,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< ACE_TCHAR > > exclusiveUser_;
// optional
- //
+ //
public:
::XMLSchema::string< ACE_TCHAR > const& optional () const;
void optional (::XMLSchema::string< ACE_TCHAR > const& );
@@ -1295,7 +1283,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< ACE_TCHAR > > optional_;
// kind
- //
+ //
public:
::CIAO::Config_Handlers::CCMComponentPortKind const& kind () const;
void kind (::CIAO::Config_Handlers::CCMComponentPortKind const& );
@@ -1305,13 +1293,13 @@ namespace CIAO
public:
ComponentPortDescription (::XMLSchema::string< ACE_TCHAR > const& name__,
- ::XMLSchema::string< ACE_TCHAR > const& specificType__,
- ::XMLSchema::string< ACE_TCHAR > const& supportedType__,
- ::XMLSchema::string< ACE_TCHAR > const& provider__,
- ::XMLSchema::string< ACE_TCHAR > const& exclusiveProvider__,
- ::XMLSchema::string< ACE_TCHAR > const& exclusiveUser__,
- ::XMLSchema::string< ACE_TCHAR > const& optional__,
- ::CIAO::Config_Handlers::CCMComponentPortKind const& kind__);
+ ::XMLSchema::string< ACE_TCHAR > const& specificType__,
+ ::XMLSchema::string< ACE_TCHAR > const& supportedType__,
+ ::XMLSchema::string< ACE_TCHAR > const& provider__,
+ ::XMLSchema::string< ACE_TCHAR > const& exclusiveProvider__,
+ ::XMLSchema::string< ACE_TCHAR > const& exclusiveUser__,
+ ::XMLSchema::string< ACE_TCHAR > const& optional__,
+ ::CIAO::Config_Handlers::CCMComponentPortKind const& kind__);
ComponentPortDescription (::XSCRT::XML::Element< ACE_TCHAR > const&);
ComponentPortDescription (ComponentPortDescription const& s);
@@ -1330,7 +1318,7 @@ namespace CIAO
typedef ::XSCRT::Type Base__;
// name
- //
+ //
public:
::XMLSchema::string< ACE_TCHAR > const& name () const;
void name (::XMLSchema::string< ACE_TCHAR > const& );
@@ -1339,7 +1327,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< ACE_TCHAR > > name_;
// type
- //
+ //
public:
::CIAO::Config_Handlers::DataType const& type () const;
void type (::CIAO::Config_Handlers::DataType const& );
@@ -1349,7 +1337,7 @@ namespace CIAO
public:
ComponentPropertyDescription (::XMLSchema::string< ACE_TCHAR > const& name__,
- ::CIAO::Config_Handlers::DataType const& type__);
+ ::CIAO::Config_Handlers::DataType const& type__);
ComponentPropertyDescription (::XSCRT::XML::Element< ACE_TCHAR > const&);
ComponentPropertyDescription (ComponentPropertyDescription const& s);
@@ -1368,7 +1356,7 @@ namespace CIAO
typedef ::XSCRT::Type Base__;
// portName
- //
+ //
public:
::XMLSchema::string< ACE_TCHAR > const& portName () const;
void portName (::XMLSchema::string< ACE_TCHAR > const& );
@@ -1396,7 +1384,7 @@ namespace CIAO
typedef ::XSCRT::Type Base__;
// portName
- //
+ //
public:
::XMLSchema::string< ACE_TCHAR > const& portName () const;
void portName (::XMLSchema::string< ACE_TCHAR > const& );
@@ -1405,7 +1393,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< ACE_TCHAR > > portName_;
// provider
- //
+ //
public:
bool provider_p () const;
::XMLSchema::string< ACE_TCHAR > const& provider () const;
@@ -1415,7 +1403,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< ACE_TCHAR > > provider_;
// kind
- //
+ //
public:
::CIAO::Config_Handlers::CCMComponentPortKind const& kind () const;
void kind (::CIAO::Config_Handlers::CCMComponentPortKind const& );
@@ -1424,7 +1412,7 @@ namespace CIAO
::std::auto_ptr< ::CIAO::Config_Handlers::CCMComponentPortKind > kind_;
// instance
- //
+ //
public:
::XMLSchema::IDREF< ACE_TCHAR > const& instance () const;
void instance (::XMLSchema::IDREF< ACE_TCHAR > const& );
@@ -1434,8 +1422,8 @@ namespace CIAO
public:
PlanSubcomponentPortEndpoint (::XMLSchema::string< ACE_TCHAR > const& portName__,
- ::CIAO::Config_Handlers::CCMComponentPortKind const& kind__,
- ::XMLSchema::IDREF< ACE_TCHAR > const& instance__);
+ ::CIAO::Config_Handlers::CCMComponentPortKind const& kind__,
+ ::XMLSchema::IDREF< ACE_TCHAR > const& instance__);
PlanSubcomponentPortEndpoint (::XSCRT::XML::Element< ACE_TCHAR > const&);
PlanSubcomponentPortEndpoint (PlanSubcomponentPortEndpoint const& s);
@@ -1454,7 +1442,7 @@ namespace CIAO
typedef ::XSCRT::Type Base__;
// location
- //
+ //
public:
::XMLSchema::string< ACE_TCHAR > const& location () const;
void location (::XMLSchema::string< ACE_TCHAR > const& );
@@ -1482,7 +1470,7 @@ namespace CIAO
typedef ::XSCRT::Type Base__;
// targetName
- //
+ //
public:
::XMLSchema::string< ACE_TCHAR > const& targetName () const;
void targetName (::XMLSchema::string< ACE_TCHAR > const& );
@@ -1491,7 +1479,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< ACE_TCHAR > > targetName_;
// requirementName
- //
+ //
public:
::XMLSchema::string< ACE_TCHAR > const& requirementName () const;
void requirementName (::XMLSchema::string< ACE_TCHAR > const& );
@@ -1500,7 +1488,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< ACE_TCHAR > > requirementName_;
// resourceName
- //
+ //
public:
::XMLSchema::string< ACE_TCHAR > const& resourceName () const;
void resourceName (::XMLSchema::string< ACE_TCHAR > const& );
@@ -1509,7 +1497,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< ACE_TCHAR > > resourceName_;
// resourceValue
- //
+ //
public:
::CIAO::Config_Handlers::Any const& resourceValue () const;
void resourceValue (::CIAO::Config_Handlers::Any const& );
@@ -1519,9 +1507,9 @@ namespace CIAO
public:
ConnectionResourceDeploymentDescription (::XMLSchema::string< ACE_TCHAR > const& targetName__,
- ::XMLSchema::string< ACE_TCHAR > const& requirementName__,
- ::XMLSchema::string< ACE_TCHAR > const& resourceName__,
- ::CIAO::Config_Handlers::Any const& resourceValue__);
+ ::XMLSchema::string< ACE_TCHAR > const& requirementName__,
+ ::XMLSchema::string< ACE_TCHAR > const& resourceName__,
+ ::CIAO::Config_Handlers::Any const& resourceValue__);
ConnectionResourceDeploymentDescription (::XSCRT::XML::Element< ACE_TCHAR > const&);
ConnectionResourceDeploymentDescription (ConnectionResourceDeploymentDescription const& s);
@@ -1709,8 +1697,8 @@ namespace CIAO
public:
Capability (::XMLSchema::string< ACE_TCHAR > const& name__,
- ::XMLSchema::string< ACE_TCHAR > const& resourceType__,
- ::CIAO::Config_Handlers::SatisfierProperty const& property__);
+ ::XMLSchema::string< ACE_TCHAR > const& resourceType__,
+ ::CIAO::Config_Handlers::SatisfierProperty const& property__);
Capability (::XSCRT::XML::Element< ACE_TCHAR > const&);
Capability (Capability const& s);
@@ -1784,11 +1772,11 @@ namespace CIAO
public:
ImplementationRequirement (::CIAO::Config_Handlers::ResourceUsageKind const& resourceUsage__,
- ::XMLSchema::string< ACE_TCHAR > const& resourcePort__,
- ::XMLSchema::string< ACE_TCHAR > const& componentPort__,
- ::XMLSchema::string< ACE_TCHAR > const& resourceType__,
- ::XMLSchema::string< ACE_TCHAR > const& name__,
- ::CIAO::Config_Handlers::Property const& property__);
+ ::XMLSchema::string< ACE_TCHAR > const& resourcePort__,
+ ::XMLSchema::string< ACE_TCHAR > const& componentPort__,
+ ::XMLSchema::string< ACE_TCHAR > const& resourceType__,
+ ::XMLSchema::string< ACE_TCHAR > const& name__,
+ ::CIAO::Config_Handlers::Property const& property__);
ImplementationRequirement (::XSCRT::XML::Element< ACE_TCHAR > const&);
ImplementationRequirement (ImplementationRequirement const& s);
@@ -1835,8 +1823,8 @@ namespace CIAO
public:
ComponentPackageReference (::XMLSchema::string< ACE_TCHAR > const& requiredUUID__,
- ::XMLSchema::string< ACE_TCHAR > const& requiredName__,
- ::XMLSchema::string< ACE_TCHAR > const& requiredType__);
+ ::XMLSchema::string< ACE_TCHAR > const& requiredName__,
+ ::XMLSchema::string< ACE_TCHAR > const& requiredType__);
ComponentPackageReference (::XSCRT::XML::Element< ACE_TCHAR > const&);
ComponentPackageReference (ComponentPackageReference const& s);
@@ -1874,7 +1862,7 @@ namespace CIAO
public:
SubcomponentPortEndpoint (::XMLSchema::string< ACE_TCHAR > const& portName__,
- ::XMLSchema::IDREF< ACE_TCHAR > const& instance__);
+ ::XMLSchema::IDREF< ACE_TCHAR > const& instance__);
SubcomponentPortEndpoint (::XSCRT::XML::Element< ACE_TCHAR > const&);
SubcomponentPortEndpoint (SubcomponentPortEndpoint const& s);
@@ -2633,54 +2621,12 @@ namespace CIAO
resourceType (Type const&);
virtual void
- resourceType_pre (Type&);
-
- virtual void
- resourceType_pre (Type const&);
-
- virtual void
- resourceType_next (Type&);
-
- virtual void
- resourceType_next (Type const&);
-
- virtual void
- resourceType_post (Type&);
-
- virtual void
- resourceType_post (Type const&);
-
- virtual void
property (Type&);
virtual void
property (Type const&);
virtual void
- property_pre (Type&);
-
- virtual void
- property_pre (Type const&);
-
- virtual void
- property_next (Type&);
-
- virtual void
- property_next (Type const&);
-
- virtual void
- property_post (Type&);
-
- virtual void
- property_post (Type const&);
-
- virtual void
- property_none (Type&);
-
- virtual void
- property_none (Type const&);
-
- virtual void
post (Type&);
virtual void
@@ -4040,12 +3986,14 @@ namespace CIAO
{
TCKind (::XSCRT::XML::Element< ACE_TCHAR >&);
- virtual void
+ #ifdef __BORLANDC__
+ virtual void TCKind::
traverse (Type &o)
{
this->traverse (const_cast <Type const &> (o));
}
+ #endif /* __BORLANDC__ */
virtual void
traverse (Type const&);
@@ -4059,6 +4007,7 @@ namespace CIAO
typedef ::CIAO::Config_Handlers::DataType Type;
DataType (::XSCRT::XML::Element< ACE_TCHAR >&);
+ #ifdef __BORLANDC__
virtual void
traverse (Type &o)
{
@@ -4067,9 +4016,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
traverse (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
kind (Type &o)
{
@@ -4078,9 +4030,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
kind (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
enum_ (Type &o)
{
@@ -4089,6 +4044,7 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
enum_ (Type const&);
@@ -4102,6 +4058,7 @@ namespace CIAO
typedef ::CIAO::Config_Handlers::DataValue Type;
DataValue (::XSCRT::XML::Element< ACE_TCHAR >&);
+ #ifdef __BORLANDC__
virtual void
traverse (Type &o)
{
@@ -4110,9 +4067,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
traverse (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
short_pre (Type &o)
{
@@ -4121,9 +4081,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
short_pre (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
short_next (Type &o)
{
@@ -4132,9 +4095,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
short_next (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
short_post (Type &o)
{
@@ -4143,9 +4109,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
short_post (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
long_pre (Type &o)
{
@@ -4154,9 +4123,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
long_pre (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
long_next (Type &o)
{
@@ -4165,9 +4137,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
long_next (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
long_post (Type &o)
{
@@ -4176,9 +4151,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
long_post (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
ushort_pre (Type &o)
{
@@ -4187,9 +4165,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
ushort_pre (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
ushort_next (Type &o)
{
@@ -4198,9 +4179,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
ushort_next (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
ushort_post (Type &o)
{
@@ -4209,9 +4193,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
ushort_post (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
ulong_pre (Type &o)
{
@@ -4220,9 +4207,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
ulong_pre (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
ulong_next (Type &o)
{
@@ -4231,9 +4221,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
ulong_next (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
ulong_post (Type &o)
{
@@ -4242,9 +4235,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
ulong_post (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
float_pre (Type &o)
{
@@ -4253,9 +4249,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
float_pre (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
float_next (Type &o)
{
@@ -4264,9 +4263,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
float_next (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
float_post (Type &o)
{
@@ -4275,9 +4277,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
float_post (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
double_pre (Type &o)
{
@@ -4286,9 +4291,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
double_pre (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
double_next (Type &o)
{
@@ -4297,9 +4305,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
double_next (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
double_post (Type &o)
{
@@ -4308,9 +4319,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
double_post (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
boolean_pre (Type &o)
{
@@ -4319,9 +4333,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
boolean_pre (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
boolean_next (Type &o)
{
@@ -4330,9 +4347,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
boolean_next (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
boolean_post (Type &o)
{
@@ -4341,9 +4361,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
boolean_post (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
octet_pre (Type &o)
{
@@ -4352,9 +4375,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
octet_pre (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
octet_next (Type &o)
{
@@ -4363,9 +4389,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
octet_next (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
octet_post (Type &o)
{
@@ -4374,9 +4403,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
octet_post (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
enum_pre (Type &o)
{
@@ -4385,9 +4417,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
enum_pre (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
enum_next (Type &o)
{
@@ -4396,9 +4431,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
enum_next (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
enum_post (Type &o)
{
@@ -4407,9 +4445,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
enum_post (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
string_pre (Type &o)
{
@@ -4418,9 +4459,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
string_pre (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
string_next (Type &o)
{
@@ -4429,9 +4473,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
string_next (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
string_post (Type &o)
{
@@ -4440,9 +4487,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
string_post (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
longlong_pre (Type &o)
{
@@ -4451,9 +4501,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
longlong_pre (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
longlong_next (Type &o)
{
@@ -4462,9 +4515,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
longlong_next (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
longlong_post (Type &o)
{
@@ -4473,9 +4529,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
longlong_post (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
ulonglong_pre (Type &o)
{
@@ -4484,9 +4543,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
ulonglong_pre (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
ulonglong_next (Type &o)
{
@@ -4495,9 +4557,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
ulonglong_next (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
ulonglong_post (Type &o)
{
@@ -4506,9 +4571,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
ulonglong_post (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
longdouble_pre (Type &o)
{
@@ -4517,9 +4585,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
longdouble_pre (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
longdouble_next (Type &o)
{
@@ -4528,9 +4599,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
longdouble_next (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
longdouble_post (Type &o)
{
@@ -4539,6 +4613,7 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
longdouble_post (Type const&);
@@ -4552,6 +4627,7 @@ namespace CIAO
typedef ::CIAO::Config_Handlers::EnumType Type;
EnumType (::XSCRT::XML::Element< ACE_TCHAR >&);
+ #ifdef __BORLANDC__
virtual void
traverse (Type &o)
{
@@ -4560,9 +4636,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
traverse (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
name (Type &o)
{
@@ -4571,9 +4650,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
name (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
typeId (Type &o)
{
@@ -4582,9 +4664,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
typeId (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
member_pre (Type &o)
{
@@ -4593,9 +4678,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
member_pre (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
member_next (Type &o)
{
@@ -4604,9 +4692,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
member_next (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
member_post (Type &o)
{
@@ -4615,6 +4706,7 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
member_post (Type const&);
@@ -4628,6 +4720,7 @@ namespace CIAO
typedef ::CIAO::Config_Handlers::Any Type;
Any (::XSCRT::XML::Element< ACE_TCHAR >&);
+ #ifdef __BORLANDC__
virtual void
traverse (Type &o)
{
@@ -4636,9 +4729,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
traverse (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
type (Type &o)
{
@@ -4647,9 +4743,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
type (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
value (Type &o)
{
@@ -4658,6 +4757,7 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
value (Type const&);
@@ -4671,6 +4771,7 @@ namespace CIAO
typedef ::CIAO::Config_Handlers::Property Type;
Property (::XSCRT::XML::Element< ACE_TCHAR >&);
+ #ifdef __BORLANDC__
virtual void
traverse (Type &o)
{
@@ -4679,9 +4780,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
traverse (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
name (Type &o)
{
@@ -4690,9 +4794,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
name (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
value (Type &o)
{
@@ -4701,6 +4808,7 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
value (Type const&);
@@ -4713,12 +4821,14 @@ namespace CIAO
{
SatisfierPropertyKind (::XSCRT::XML::Element< ACE_TCHAR >&);
- virtual void
+ #ifdef __BORLANDC__
+ virtual void SatisfierPropertyKind::
traverse (Type &o)
{
this->traverse (const_cast <Type const &> (o));
}
+ #endif /* __BORLANDC__ */
virtual void
traverse (Type const&);
@@ -4732,6 +4842,7 @@ namespace CIAO
typedef ::CIAO::Config_Handlers::SatisfierProperty Type;
SatisfierProperty (::XSCRT::XML::Element< ACE_TCHAR >&);
+ #ifdef __BORLANDC__
virtual void
traverse (Type &o)
{
@@ -4740,9 +4851,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
traverse (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
name (Type &o)
{
@@ -4751,9 +4865,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
name (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
kind (Type &o)
{
@@ -4762,9 +4879,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
kind (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
value (Type &o)
{
@@ -4773,6 +4893,7 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
value (Type const&);
@@ -4786,6 +4907,7 @@ namespace CIAO
typedef ::CIAO::Config_Handlers::Resource Type;
Resource (::XSCRT::XML::Element< ACE_TCHAR >&);
+ #ifdef __BORLANDC__
virtual void
traverse (Type &o)
{
@@ -4794,9 +4916,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
traverse (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
name (Type &o)
{
@@ -4805,74 +4930,37 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
name (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
- resourceType_pre (Type &o)
- {
-
- this->resourceType_pre (const_cast <Type const &> (o));
- }
-
-
- virtual void
- resourceType_pre (Type const&);
-
- virtual void
- resourceType_next (Type &o)
- {
-
- this->resourceType_next (const_cast <Type const &> (o));
- }
-
-
- virtual void
- resourceType_next (Type const&);
-
- virtual void
- resourceType_post (Type &o)
- {
-
- this->resourceType_post (const_cast <Type const &> (o));
- }
-
-
- virtual void
- resourceType_post (Type const&);
-
- virtual void
- property_pre (Type &o)
- {
-
- this->property_pre (const_cast <Type const &> (o));
- }
-
-
- virtual void
- property_pre (Type const&);
-
- virtual void
- property_next (Type &o)
+ resourceType (Type &o)
{
- this->property_next (const_cast <Type const &> (o));
+ this->resourceType (const_cast <Type const &> (o));
}
+ #endif /* __BORLANDC__ */
virtual void
- property_next (Type const&);
+ resourceType (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
- property_post (Type &o)
+ property (Type &o)
{
- this->property_post (const_cast <Type const &> (o));
+ this->property (const_cast <Type const &> (o));
}
+ #endif /* __BORLANDC__ */
virtual void
- property_post (Type const&);
+ property (Type const&);
protected:
Resource ();
@@ -4884,6 +4972,7 @@ namespace CIAO
typedef ::CIAO::Config_Handlers::Requirement Type;
Requirement (::XSCRT::XML::Element< ACE_TCHAR >&);
+ #ifdef __BORLANDC__
virtual void
traverse (Type &o)
{
@@ -4892,9 +4981,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
traverse (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
resourceType (Type &o)
{
@@ -4903,9 +4995,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
resourceType (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
name (Type &o)
{
@@ -4914,9 +5009,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
name (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
property (Type &o)
{
@@ -4925,6 +5023,7 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
property (Type const&);
@@ -4938,6 +5037,7 @@ namespace CIAO
typedef ::CIAO::Config_Handlers::ResourceDeploymentDescription Type;
ResourceDeploymentDescription (::XSCRT::XML::Element< ACE_TCHAR >&);
+ #ifdef __BORLANDC__
virtual void
traverse (Type &o)
{
@@ -4946,9 +5046,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
traverse (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
requirementName (Type &o)
{
@@ -4957,9 +5060,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
requirementName (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
resourceName (Type &o)
{
@@ -4968,9 +5074,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
resourceName (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
resourceValue (Type &o)
{
@@ -4979,6 +5088,7 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
resourceValue (Type const&);
@@ -4992,6 +5102,7 @@ namespace CIAO
typedef ::CIAO::Config_Handlers::ArtifactDeploymentDescription Type;
ArtifactDeploymentDescription (::XSCRT::XML::Element< ACE_TCHAR >&);
+ #ifdef __BORLANDC__
virtual void
traverse (Type &o)
{
@@ -5000,9 +5111,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
traverse (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
name (Type &o)
{
@@ -5011,9 +5125,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
name (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
source_pre (Type &o)
{
@@ -5022,9 +5139,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
source_pre (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
source_next (Type &o)
{
@@ -5033,9 +5153,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
source_next (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
source_post (Type &o)
{
@@ -5044,9 +5167,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
source_post (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
node (Type &o)
{
@@ -5055,9 +5181,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
node (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
location_pre (Type &o)
{
@@ -5066,9 +5195,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
location_pre (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
location_next (Type &o)
{
@@ -5077,9 +5209,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
location_next (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
location_post (Type &o)
{
@@ -5088,9 +5223,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
location_post (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
execParameter_pre (Type &o)
{
@@ -5099,9 +5237,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
execParameter_pre (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
execParameter_next (Type &o)
{
@@ -5110,9 +5251,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
execParameter_next (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
execParameter_post (Type &o)
{
@@ -5121,9 +5265,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
execParameter_post (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
deployRequirement_pre (Type &o)
{
@@ -5132,9 +5279,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
deployRequirement_pre (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
deployRequirement_next (Type &o)
{
@@ -5143,9 +5293,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
deployRequirement_next (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
deployRequirement_post (Type &o)
{
@@ -5154,9 +5307,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
deployRequirement_post (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
deployedResource_pre (Type &o)
{
@@ -5165,9 +5321,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
deployedResource_pre (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
deployedResource_next (Type &o)
{
@@ -5176,9 +5335,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
deployedResource_next (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
deployedResource_post (Type &o)
{
@@ -5187,9 +5349,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
deployedResource_post (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
id (Type &o)
{
@@ -5198,6 +5363,7 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
id (Type const&);
@@ -5211,6 +5377,7 @@ namespace CIAO
typedef ::CIAO::Config_Handlers::MonolithicDeploymentDescription Type;
MonolithicDeploymentDescription (::XSCRT::XML::Element< ACE_TCHAR >&);
+ #ifdef __BORLANDC__
virtual void
traverse (Type &o)
{
@@ -5219,9 +5386,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
traverse (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
name (Type &o)
{
@@ -5230,9 +5400,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
name (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
source_pre (Type &o)
{
@@ -5241,9 +5414,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
source_pre (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
source_next (Type &o)
{
@@ -5252,9 +5428,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
source_next (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
source_post (Type &o)
{
@@ -5263,9 +5442,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
source_post (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
artifact_pre (Type &o)
{
@@ -5274,9 +5456,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
artifact_pre (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
artifact_next (Type &o)
{
@@ -5285,9 +5470,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
artifact_next (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
artifact_post (Type &o)
{
@@ -5296,9 +5484,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
artifact_post (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
execParameter_pre (Type &o)
{
@@ -5307,9 +5498,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
execParameter_pre (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
execParameter_next (Type &o)
{
@@ -5318,9 +5512,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
execParameter_next (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
execParameter_post (Type &o)
{
@@ -5329,9 +5526,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
execParameter_post (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
deployRequirement_pre (Type &o)
{
@@ -5340,9 +5540,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
deployRequirement_pre (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
deployRequirement_next (Type &o)
{
@@ -5351,9 +5554,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
deployRequirement_next (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
deployRequirement_post (Type &o)
{
@@ -5362,9 +5568,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
deployRequirement_post (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
id (Type &o)
{
@@ -5373,6 +5582,7 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
id (Type const&);
@@ -5385,12 +5595,14 @@ namespace CIAO
{
ResourceUsageKind (::XSCRT::XML::Element< ACE_TCHAR >&);
- virtual void
+ #ifdef __BORLANDC__
+ virtual void ResourceUsageKind::
traverse (Type &o)
{
this->traverse (const_cast <Type const &> (o));
}
+ #endif /* __BORLANDC__ */
virtual void
traverse (Type const&);
@@ -5404,6 +5616,7 @@ namespace CIAO
typedef ::CIAO::Config_Handlers::InstanceResourceDeploymentDescription Type;
InstanceResourceDeploymentDescription (::XSCRT::XML::Element< ACE_TCHAR >&);
+ #ifdef __BORLANDC__
virtual void
traverse (Type &o)
{
@@ -5412,9 +5625,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
traverse (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
resourceUsage (Type &o)
{
@@ -5423,9 +5639,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
resourceUsage (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
requirementName (Type &o)
{
@@ -5434,9 +5653,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
requirementName (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
resourceName (Type &o)
{
@@ -5445,9 +5667,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
resourceName (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
resourceValue (Type &o)
{
@@ -5456,6 +5681,7 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
resourceValue (Type const&);
@@ -5469,6 +5695,7 @@ namespace CIAO
typedef ::CIAO::Config_Handlers::InstanceDeploymentDescription Type;
InstanceDeploymentDescription (::XSCRT::XML::Element< ACE_TCHAR >&);
+ #ifdef __BORLANDC__
virtual void
traverse (Type &o)
{
@@ -5477,9 +5704,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
traverse (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
name (Type &o)
{
@@ -5488,9 +5718,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
name (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
node (Type &o)
{
@@ -5499,9 +5732,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
node (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
source (Type &o)
{
@@ -5510,9 +5746,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
source (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
implementation (Type &o)
{
@@ -5521,9 +5760,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
implementation (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
configProperty_pre (Type &o)
{
@@ -5532,9 +5774,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
configProperty_pre (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
configProperty_next (Type &o)
{
@@ -5543,9 +5788,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
configProperty_next (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
configProperty_post (Type &o)
{
@@ -5554,9 +5802,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
configProperty_post (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
deployedResource (Type &o)
{
@@ -5565,9 +5816,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
deployedResource (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
deployedSharedResource (Type &o)
{
@@ -5576,9 +5830,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
deployedSharedResource (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
id (Type &o)
{
@@ -5587,6 +5844,7 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
id (Type const&);
@@ -5599,12 +5857,14 @@ namespace CIAO
{
CCMComponentPortKind (::XSCRT::XML::Element< ACE_TCHAR >&);
- virtual void
+ #ifdef __BORLANDC__
+ virtual void CCMComponentPortKind::
traverse (Type &o)
{
this->traverse (const_cast <Type const &> (o));
}
+ #endif /* __BORLANDC__ */
virtual void
traverse (Type const&);
@@ -5618,6 +5878,7 @@ namespace CIAO
typedef ::CIAO::Config_Handlers::ComponentPortDescription Type;
ComponentPortDescription (::XSCRT::XML::Element< ACE_TCHAR >&);
+ #ifdef __BORLANDC__
virtual void
traverse (Type &o)
{
@@ -5626,9 +5887,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
traverse (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
name (Type &o)
{
@@ -5637,9 +5901,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
name (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
specificType (Type &o)
{
@@ -5648,9 +5915,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
specificType (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
supportedType (Type &o)
{
@@ -5659,9 +5929,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
supportedType (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
provider (Type &o)
{
@@ -5670,9 +5943,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
provider (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
exclusiveProvider (Type &o)
{
@@ -5681,9 +5957,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
exclusiveProvider (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
exclusiveUser (Type &o)
{
@@ -5692,9 +5971,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
exclusiveUser (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
optional (Type &o)
{
@@ -5703,9 +5985,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
optional (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
kind (Type &o)
{
@@ -5714,6 +5999,7 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
kind (Type const&);
@@ -5727,6 +6013,7 @@ namespace CIAO
typedef ::CIAO::Config_Handlers::ComponentPropertyDescription Type;
ComponentPropertyDescription (::XSCRT::XML::Element< ACE_TCHAR >&);
+ #ifdef __BORLANDC__
virtual void
traverse (Type &o)
{
@@ -5735,9 +6022,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
traverse (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
name (Type &o)
{
@@ -5746,9 +6036,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
name (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
type (Type &o)
{
@@ -5757,6 +6050,7 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
type (Type const&);
@@ -5770,6 +6064,7 @@ namespace CIAO
typedef ::CIAO::Config_Handlers::ComponentExternalPortEndpoint Type;
ComponentExternalPortEndpoint (::XSCRT::XML::Element< ACE_TCHAR >&);
+ #ifdef __BORLANDC__
virtual void
traverse (Type &o)
{
@@ -5778,9 +6073,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
traverse (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
portName (Type &o)
{
@@ -5789,6 +6087,7 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
portName (Type const&);
@@ -5802,6 +6101,7 @@ namespace CIAO
typedef ::CIAO::Config_Handlers::PlanSubcomponentPortEndpoint Type;
PlanSubcomponentPortEndpoint (::XSCRT::XML::Element< ACE_TCHAR >&);
+ #ifdef __BORLANDC__
virtual void
traverse (Type &o)
{
@@ -5810,9 +6110,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
traverse (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
portName (Type &o)
{
@@ -5821,9 +6124,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
portName (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
provider (Type &o)
{
@@ -5832,9 +6138,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
provider (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
kind (Type &o)
{
@@ -5843,9 +6152,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
kind (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
instance (Type &o)
{
@@ -5854,6 +6166,7 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
instance (Type const&);
@@ -5867,6 +6180,7 @@ namespace CIAO
typedef ::CIAO::Config_Handlers::ExternalReferenceEndpoint Type;
ExternalReferenceEndpoint (::XSCRT::XML::Element< ACE_TCHAR >&);
+ #ifdef __BORLANDC__
virtual void
traverse (Type &o)
{
@@ -5875,9 +6189,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
traverse (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
location (Type &o)
{
@@ -5886,6 +6203,7 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
location (Type const&);
@@ -5899,6 +6217,7 @@ namespace CIAO
typedef ::CIAO::Config_Handlers::ConnectionResourceDeploymentDescription Type;
ConnectionResourceDeploymentDescription (::XSCRT::XML::Element< ACE_TCHAR >&);
+ #ifdef __BORLANDC__
virtual void
traverse (Type &o)
{
@@ -5907,9 +6226,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
traverse (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
targetName (Type &o)
{
@@ -5918,9 +6240,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
targetName (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
requirementName (Type &o)
{
@@ -5929,9 +6254,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
requirementName (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
resourceName (Type &o)
{
@@ -5940,9 +6268,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
resourceName (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
resourceValue (Type &o)
{
@@ -5951,6 +6282,7 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
resourceValue (Type const&);
@@ -5964,6 +6296,7 @@ namespace CIAO
typedef ::CIAO::Config_Handlers::PlanConnectionDescription Type;
PlanConnectionDescription (::XSCRT::XML::Element< ACE_TCHAR >&);
+ #ifdef __BORLANDC__
virtual void
traverse (Type &o)
{
@@ -5972,9 +6305,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
traverse (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
name (Type &o)
{
@@ -5983,9 +6319,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
name (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
source (Type &o)
{
@@ -5994,9 +6333,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
source (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
deployRequirement_pre (Type &o)
{
@@ -6005,9 +6347,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
deployRequirement_pre (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
deployRequirement_next (Type &o)
{
@@ -6016,9 +6361,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
deployRequirement_next (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
deployRequirement_post (Type &o)
{
@@ -6027,9 +6375,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
deployRequirement_post (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
externalEndpoint_pre (Type &o)
{
@@ -6038,9 +6389,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
externalEndpoint_pre (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
externalEndpoint_next (Type &o)
{
@@ -6049,9 +6403,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
externalEndpoint_next (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
externalEndpoint_post (Type &o)
{
@@ -6060,9 +6417,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
externalEndpoint_post (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
internalEndpoint_pre (Type &o)
{
@@ -6071,9 +6431,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
internalEndpoint_pre (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
internalEndpoint_next (Type &o)
{
@@ -6082,9 +6445,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
internalEndpoint_next (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
internalEndpoint_post (Type &o)
{
@@ -6093,9 +6459,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
internalEndpoint_post (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
externalReference_pre (Type &o)
{
@@ -6104,9 +6473,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
externalReference_pre (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
externalReference_next (Type &o)
{
@@ -6115,9 +6487,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
externalReference_next (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
externalReference_post (Type &o)
{
@@ -6126,9 +6501,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
externalReference_post (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
deployedResource_pre (Type &o)
{
@@ -6137,9 +6515,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
deployedResource_pre (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
deployedResource_next (Type &o)
{
@@ -6148,9 +6529,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
deployedResource_next (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
deployedResource_post (Type &o)
{
@@ -6159,6 +6543,7 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
deployedResource_post (Type const&);
@@ -6172,6 +6557,7 @@ namespace CIAO
typedef ::CIAO::Config_Handlers::ImplementationDependency Type;
ImplementationDependency (::XSCRT::XML::Element< ACE_TCHAR >&);
+ #ifdef __BORLANDC__
virtual void
traverse (Type &o)
{
@@ -6180,9 +6566,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
traverse (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
requiredType (Type &o)
{
@@ -6191,6 +6580,7 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
requiredType (Type const&);
@@ -6204,6 +6594,7 @@ namespace CIAO
typedef ::CIAO::Config_Handlers::Capability Type;
Capability (::XSCRT::XML::Element< ACE_TCHAR >&);
+ #ifdef __BORLANDC__
virtual void
traverse (Type &o)
{
@@ -6212,9 +6603,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
traverse (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
name (Type &o)
{
@@ -6223,9 +6617,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
name (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
resourceType (Type &o)
{
@@ -6234,9 +6631,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
resourceType (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
property (Type &o)
{
@@ -6245,6 +6645,7 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
property (Type const&);
@@ -6258,6 +6659,7 @@ namespace CIAO
typedef ::CIAO::Config_Handlers::ImplementationRequirement Type;
ImplementationRequirement (::XSCRT::XML::Element< ACE_TCHAR >&);
+ #ifdef __BORLANDC__
virtual void
traverse (Type &o)
{
@@ -6266,9 +6668,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
traverse (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
resourceUsage (Type &o)
{
@@ -6277,9 +6682,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
resourceUsage (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
resourcePort (Type &o)
{
@@ -6288,9 +6696,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
resourcePort (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
componentPort (Type &o)
{
@@ -6299,9 +6710,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
componentPort (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
resourceType (Type &o)
{
@@ -6310,9 +6724,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
resourceType (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
name (Type &o)
{
@@ -6321,9 +6738,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
name (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
property (Type &o)
{
@@ -6332,6 +6752,7 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
property (Type const&);
@@ -6345,6 +6766,7 @@ namespace CIAO
typedef ::CIAO::Config_Handlers::ComponentPackageReference Type;
ComponentPackageReference (::XSCRT::XML::Element< ACE_TCHAR >&);
+ #ifdef __BORLANDC__
virtual void
traverse (Type &o)
{
@@ -6353,9 +6775,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
traverse (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
requiredUUID (Type &o)
{
@@ -6364,9 +6789,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
requiredUUID (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
requiredName (Type &o)
{
@@ -6375,9 +6803,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
requiredName (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
requiredType (Type &o)
{
@@ -6386,6 +6817,7 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
requiredType (Type const&);
@@ -6399,6 +6831,7 @@ namespace CIAO
typedef ::CIAO::Config_Handlers::SubcomponentPortEndpoint Type;
SubcomponentPortEndpoint (::XSCRT::XML::Element< ACE_TCHAR >&);
+ #ifdef __BORLANDC__
virtual void
traverse (Type &o)
{
@@ -6407,9 +6840,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
traverse (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
portName (Type &o)
{
@@ -6418,9 +6854,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
portName (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
instance (Type &o)
{
@@ -6429,6 +6868,7 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
instance (Type const&);
@@ -6442,6 +6882,7 @@ namespace CIAO
typedef ::CIAO::Config_Handlers::AssemblyConnectionDescription Type;
AssemblyConnectionDescription (::XSCRT::XML::Element< ACE_TCHAR >&);
+ #ifdef __BORLANDC__
virtual void
traverse (Type &o)
{
@@ -6450,9 +6891,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
traverse (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
name (Type &o)
{
@@ -6461,9 +6905,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
name (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
deployRequirement (Type &o)
{
@@ -6472,9 +6919,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
deployRequirement (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
externalEndpoint_pre (Type &o)
{
@@ -6483,9 +6933,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
externalEndpoint_pre (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
externalEndpoint_next (Type &o)
{
@@ -6494,9 +6947,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
externalEndpoint_next (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
externalEndpoint_post (Type &o)
{
@@ -6505,9 +6961,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
externalEndpoint_post (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
internalEndpoint_pre (Type &o)
{
@@ -6516,9 +6975,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
internalEndpoint_pre (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
internalEndpoint_next (Type &o)
{
@@ -6527,9 +6989,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
internalEndpoint_next (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
internalEndpoint_post (Type &o)
{
@@ -6538,9 +7003,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
internalEndpoint_post (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
externalReference_pre (Type &o)
{
@@ -6549,9 +7017,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
externalReference_pre (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
externalReference_next (Type &o)
{
@@ -6560,9 +7031,12 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
externalReference_next (Type const&);
+ // Hack to make borland stop complaining.
+ #ifdef __BORLANDC__
virtual void
externalReference_post (Type &o)
{
@@ -6571,6 +7045,7 @@ namespace CIAO
}
+ #endif /* __BORLANDC__ */
virtual void
externalReference_post (Type const&);