summaryrefslogtreecommitdiff
path: root/TAO/CIAO/DAnCE/Config_Handlers/Basic_Deployment_Data.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/DAnCE/Config_Handlers/Basic_Deployment_Data.hpp')
-rw-r--r--TAO/CIAO/DAnCE/Config_Handlers/Basic_Deployment_Data.hpp228
1 files changed, 114 insertions, 114 deletions
diff --git a/TAO/CIAO/DAnCE/Config_Handlers/Basic_Deployment_Data.hpp b/TAO/CIAO/DAnCE/Config_Handlers/Basic_Deployment_Data.hpp
index 735ed133b4f..9113806e87e 100644
--- a/TAO/CIAO/DAnCE/Config_Handlers/Basic_Deployment_Data.hpp
+++ b/TAO/CIAO/DAnCE/Config_Handlers/Basic_Deployment_Data.hpp
@@ -44,8 +44,8 @@ namespace CIAO
#include <memory>
#include <vector>
-#include <XSCRT/XMLSchema.hpp>
-#include <XSCRT/Parser.hpp>
+#include "XSCRT/XMLSchema.hpp"
+#include "XSCRT/Parser.hpp"
namespace CIAO
{
@@ -159,7 +159,7 @@ namespace CIAO
typedef ::XSCRT::Type Base__;
// kind
- //
+ //
public:
bool kind_p () const;
::CIAO::Config_Handlers::TCKind const& kind () const;
@@ -187,7 +187,7 @@ namespace CIAO
typedef ::XSCRT::Type Base__;
// short
- //
+ //
public:
bool short_p () const;
::XMLSchema::short_ const& short_ () const;
@@ -198,7 +198,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::short_ > short__;
// long
- //
+ //
public:
bool long_p () const;
::XMLSchema::int_ const& long_ () const;
@@ -209,7 +209,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::int_ > long__;
// ushort
- //
+ //
public:
bool ushort_p () const;
::XMLSchema::unsignedShort const& ushort () const;
@@ -220,7 +220,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::unsignedShort > ushort_;
// ulong
- //
+ //
public:
bool ulong_p () const;
::XMLSchema::unsignedInt const& ulong () const;
@@ -231,7 +231,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::unsignedInt > ulong_;
// float
- //
+ //
public:
bool float_p () const;
::XMLSchema::float_ const& float_ () const;
@@ -242,7 +242,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::float_ > float__;
// double
- //
+ //
public:
bool double_p () const;
::XMLSchema::double_ const& double_ () const;
@@ -253,7 +253,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::double_ > double__;
// boolean
- //
+ //
public:
bool boolean_p () const;
::XMLSchema::boolean const& boolean () const;
@@ -264,7 +264,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::boolean > boolean_;
// octet
- //
+ //
public:
bool octet_p () const;
::XMLSchema::unsignedByte const& octet () const;
@@ -275,7 +275,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::unsignedByte > octet_;
// objref
- //
+ //
public:
bool objref_p () const;
::XMLSchema::string< char > const& objref () const;
@@ -286,7 +286,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< char > > objref_;
// enum
- //
+ //
public:
bool enum_p () const;
::XMLSchema::string< char > const& enum_ () const;
@@ -297,7 +297,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< char > > enum__;
// string
- //
+ //
public:
bool string_p () const;
::XMLSchema::string< char > const& string () const;
@@ -308,7 +308,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< char > > string_;
// longlong
- //
+ //
public:
bool longlong_p () const;
::XMLSchema::long_ const& longlong () const;
@@ -319,7 +319,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::long_ > longlong_;
// ulonglong
- //
+ //
public:
bool ulonglong_p () const;
::XMLSchema::unsignedLong const& ulonglong () const;
@@ -330,7 +330,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::unsignedLong > ulonglong_;
// longdouble
- //
+ //
public:
bool longdouble_p () const;
::XMLSchema::double_ const& longdouble () const;
@@ -341,7 +341,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::double_ > longdouble_;
// fixed
- //
+ //
public:
bool fixed_p () const;
::XMLSchema::string< char > const& fixed () const;
@@ -352,7 +352,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< char > > fixed_;
// typecode
- //
+ //
public:
bool typecode_p () const;
::CIAO::Config_Handlers::DataType const& typecode () const;
@@ -380,7 +380,7 @@ namespace CIAO
typedef ::XSCRT::Type Base__;
// type
- //
+ //
public:
::CIAO::Config_Handlers::DataType const& type () const;
::CIAO::Config_Handlers::DataType& type ();
@@ -390,7 +390,7 @@ namespace CIAO
::std::auto_ptr< ::CIAO::Config_Handlers::DataType > type_;
// value
- //
+ //
public:
::CIAO::Config_Handlers::DataValue const& value () const;
::CIAO::Config_Handlers::DataValue& value ();
@@ -417,7 +417,7 @@ namespace CIAO
typedef ::XSCRT::Type Base__;
// name
- //
+ //
public:
::XMLSchema::string< char > const& name () const;
::XMLSchema::string< char >& name ();
@@ -427,7 +427,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< char > > name_;
// value
- //
+ //
public:
::CIAO::Config_Handlers::Any const& value () const;
::CIAO::Config_Handlers::Any& value ();
@@ -454,7 +454,7 @@ namespace CIAO
typedef ::XSCRT::Type Base__;
// name
- //
+ //
public:
::XMLSchema::string< char > const& name () const;
::XMLSchema::string< char >& name ();
@@ -464,7 +464,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< char > > name_;
// label
- //
+ //
public:
::XMLSchema::string< char > const& label () const;
::XMLSchema::string< char >& label ();
@@ -531,7 +531,7 @@ namespace CIAO
typedef ::XSCRT::Type Base__;
// name
- //
+ //
public:
::XMLSchema::string< char > const& name () const;
::XMLSchema::string< char >& name ();
@@ -541,7 +541,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< char > > name_;
// kind
- //
+ //
public:
::CIAO::Config_Handlers::SatisfierPropertyKind const& kind () const;
::CIAO::Config_Handlers::SatisfierPropertyKind& kind ();
@@ -551,7 +551,7 @@ namespace CIAO
::std::auto_ptr< ::CIAO::Config_Handlers::SatisfierPropertyKind > kind_;
// value
- //
+ //
public:
::CIAO::Config_Handlers::Any const& value () const;
::CIAO::Config_Handlers::Any& value ();
@@ -578,7 +578,7 @@ namespace CIAO
typedef ::XSCRT::Type Base__;
// name
- //
+ //
public:
::XMLSchema::string< char > const& name () const;
::XMLSchema::string< char >& name ();
@@ -588,7 +588,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< char > > name_;
// resourceType
- //
+ //
public:
::XMLSchema::string< char > const& resourceType () const;
::XMLSchema::string< char >& resourceType ();
@@ -598,7 +598,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< char > > resourceType_;
// property
- //
+ //
public:
::CIAO::Config_Handlers::SatisfierProperty const& property () const;
::CIAO::Config_Handlers::SatisfierProperty& property ();
@@ -625,7 +625,7 @@ namespace CIAO
typedef ::XSCRT::Type Base__;
// name
- //
+ //
public:
::XMLSchema::string< char > const& name () const;
::XMLSchema::string< char >& name ();
@@ -635,7 +635,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< char > > name_;
// resourceType
- //
+ //
public:
::XMLSchema::string< char > const& resourceType () const;
::XMLSchema::string< char >& resourceType ();
@@ -645,7 +645,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< char > > resourceType_;
// node
- //
+ //
public:
::CIAO::Config_Handlers::Node const& node () const;
::CIAO::Config_Handlers::Node& node ();
@@ -655,7 +655,7 @@ namespace CIAO
::std::auto_ptr< ::CIAO::Config_Handlers::Node > node_;
// property
- //
+ //
public:
::CIAO::Config_Handlers::SatisfierProperty const& property () const;
::CIAO::Config_Handlers::SatisfierProperty& property ();
@@ -682,7 +682,7 @@ namespace CIAO
typedef ::XSCRT::Type Base__;
// resourceType
- //
+ //
public:
::XMLSchema::string< char > const& resourceType () const;
::XMLSchema::string< char >& resourceType ();
@@ -692,7 +692,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< char > > resourceType_;
// name
- //
+ //
public:
::XMLSchema::string< char > const& name () const;
::XMLSchema::string< char >& name ();
@@ -702,7 +702,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< char > > name_;
// property
- //
+ //
public:
::CIAO::Config_Handlers::Property const& property () const;
::CIAO::Config_Handlers::Property& property ();
@@ -729,7 +729,7 @@ namespace CIAO
typedef ::XSCRT::Type Base__;
// requirementName
- //
+ //
public:
::XMLSchema::string< char > const& requirementName () const;
::XMLSchema::string< char >& requirementName ();
@@ -739,7 +739,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< char > > requirementName_;
// resourceName
- //
+ //
public:
::XMLSchema::string< char > const& resourceName () const;
::XMLSchema::string< char >& resourceName ();
@@ -749,7 +749,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< char > > resourceName_;
// resourceValue
- //
+ //
public:
::CIAO::Config_Handlers::Any const& resourceValue () const;
::CIAO::Config_Handlers::Any& resourceValue ();
@@ -776,7 +776,7 @@ namespace CIAO
typedef ::XSCRT::Type Base__;
// name
- //
+ //
public:
::XMLSchema::string< char > const& name () const;
::XMLSchema::string< char >& name ();
@@ -786,7 +786,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< char > > name_;
// source
- //
+ //
public:
::XMLSchema::string< char > const& source () const;
::XMLSchema::string< char >& source ();
@@ -796,7 +796,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< char > > source_;
// node
- //
+ //
public:
bool node_p () const;
::XMLSchema::string< char > const& node () const;
@@ -807,7 +807,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< char > > node_;
// location
- //
+ //
public:
typedef ::std::vector< ::XMLSchema::string< char > >::iterator location_iterator;
typedef ::std::vector< ::XMLSchema::string< char > >::const_iterator location_const_iterator;
@@ -821,7 +821,7 @@ namespace CIAO
::std::vector< ::XMLSchema::string< char > > location_;
// execParameter
- //
+ //
public:
bool execParameter_p () const;
::CIAO::Config_Handlers::Property const& execParameter () const;
@@ -832,7 +832,7 @@ namespace CIAO
::std::auto_ptr< ::CIAO::Config_Handlers::Property > execParameter_;
// deployRequirement
- //
+ //
public:
bool deployRequirement_p () const;
::CIAO::Config_Handlers::Requirement const& deployRequirement () const;
@@ -843,7 +843,7 @@ namespace CIAO
::std::auto_ptr< ::CIAO::Config_Handlers::Requirement > deployRequirement_;
// deployedResource
- //
+ //
public:
bool deployedResource_p () const;
::CIAO::Config_Handlers::ResourceDeploymentDescription const& deployedResource () const;
@@ -854,7 +854,7 @@ namespace CIAO
::std::auto_ptr< ::CIAO::Config_Handlers::ResourceDeploymentDescription > deployedResource_;
// id
- //
+ //
public:
bool id_p () const;
::XMLSchema::ID< char > const& id () const;
@@ -882,7 +882,7 @@ namespace CIAO
typedef ::XSCRT::Type Base__;
// name
- //
+ //
public:
::XMLSchema::string< char > const& name () const;
::XMLSchema::string< char >& name ();
@@ -892,7 +892,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< char > > name_;
// source
- //
+ //
public:
::XMLSchema::string< char > const& source () const;
::XMLSchema::string< char >& source ();
@@ -902,7 +902,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< char > > source_;
// artifact
- //
+ //
public:
typedef ::std::vector< ::XMLSchema::IDREF< char > >::iterator artifact_iterator;
typedef ::std::vector< ::XMLSchema::IDREF< char > >::const_iterator artifact_const_iterator;
@@ -916,7 +916,7 @@ namespace CIAO
::std::vector< ::XMLSchema::IDREF< char > > artifact_;
// execParameter
- //
+ //
public:
bool execParameter_p () const;
::CIAO::Config_Handlers::Property const& execParameter () const;
@@ -927,7 +927,7 @@ namespace CIAO
::std::auto_ptr< ::CIAO::Config_Handlers::Property > execParameter_;
// deployRequirement
- //
+ //
public:
bool deployRequirement_p () const;
::CIAO::Config_Handlers::Requirement const& deployRequirement () const;
@@ -938,7 +938,7 @@ namespace CIAO
::std::auto_ptr< ::CIAO::Config_Handlers::Requirement > deployRequirement_;
// id
- //
+ //
public:
bool id_p () const;
::XMLSchema::ID< char > const& id () const;
@@ -1004,7 +1004,7 @@ namespace CIAO
typedef ::XSCRT::Type Base__;
// resourceUsage
- //
+ //
public:
::CIAO::Config_Handlers::ResourceUsageKind const& resourceUsage () const;
::CIAO::Config_Handlers::ResourceUsageKind& resourceUsage ();
@@ -1014,7 +1014,7 @@ namespace CIAO
::std::auto_ptr< ::CIAO::Config_Handlers::ResourceUsageKind > resourceUsage_;
// requirementName
- //
+ //
public:
::XMLSchema::string< char > const& requirementName () const;
::XMLSchema::string< char >& requirementName ();
@@ -1024,7 +1024,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< char > > requirementName_;
// resourceName
- //
+ //
public:
::XMLSchema::string< char > const& resourceName () const;
::XMLSchema::string< char >& resourceName ();
@@ -1034,7 +1034,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< char > > resourceName_;
// resourceValue
- //
+ //
public:
::CIAO::Config_Handlers::Any const& resourceValue () const;
::CIAO::Config_Handlers::Any& resourceValue ();
@@ -1061,7 +1061,7 @@ namespace CIAO
typedef ::XSCRT::Type Base__;
// name
- //
+ //
public:
::XMLSchema::string< char > const& name () const;
::XMLSchema::string< char >& name ();
@@ -1071,7 +1071,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< char > > name_;
// node
- //
+ //
public:
::XMLSchema::string< char > const& node () const;
::XMLSchema::string< char >& node ();
@@ -1081,7 +1081,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< char > > node_;
// source
- //
+ //
public:
::XMLSchema::string< char > const& source () const;
::XMLSchema::string< char >& source ();
@@ -1091,7 +1091,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< char > > source_;
// implementation
- //
+ //
public:
::XMLSchema::IDREF< char > const& implementation () const;
::XMLSchema::IDREF< char >& implementation ();
@@ -1101,7 +1101,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::IDREF< char > > implementation_;
// configProperty
- //
+ //
public:
bool configProperty_p () const;
::CIAO::Config_Handlers::Property const& configProperty () const;
@@ -1112,7 +1112,7 @@ namespace CIAO
::std::auto_ptr< ::CIAO::Config_Handlers::Property > configProperty_;
// deployedResource
- //
+ //
public:
bool deployedResource_p () const;
::CIAO::Config_Handlers::InstanceResourceDeploymentDescription const& deployedResource () const;
@@ -1123,7 +1123,7 @@ namespace CIAO
::std::auto_ptr< ::CIAO::Config_Handlers::InstanceResourceDeploymentDescription > deployedResource_;
// deployedSharedResource
- //
+ //
public:
bool deployedSharedResource_p () const;
::CIAO::Config_Handlers::InstanceResourceDeploymentDescription const& deployedSharedResource () const;
@@ -1134,7 +1134,7 @@ namespace CIAO
::std::auto_ptr< ::CIAO::Config_Handlers::InstanceResourceDeploymentDescription > deployedSharedResource_;
// id
- //
+ //
public:
bool id_p () const;
::XMLSchema::ID< char > const& id () const;
@@ -1202,7 +1202,7 @@ namespace CIAO
typedef ::XSCRT::Type Base__;
// name
- //
+ //
public:
::XMLSchema::string< char > const& name () const;
::XMLSchema::string< char >& name ();
@@ -1212,7 +1212,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< char > > name_;
// specificType
- //
+ //
public:
::XMLSchema::string< char > const& specificType () const;
::XMLSchema::string< char >& specificType ();
@@ -1222,7 +1222,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< char > > specificType_;
// supportedType
- //
+ //
public:
::XMLSchema::string< char > const& supportedType () const;
::XMLSchema::string< char >& supportedType ();
@@ -1232,7 +1232,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< char > > supportedType_;
// provider
- //
+ //
public:
::XMLSchema::string< char > const& provider () const;
::XMLSchema::string< char >& provider ();
@@ -1242,7 +1242,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< char > > provider_;
// exclusiveProvider
- //
+ //
public:
::XMLSchema::string< char > const& exclusiveProvider () const;
::XMLSchema::string< char >& exclusiveProvider ();
@@ -1252,7 +1252,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< char > > exclusiveProvider_;
// exclusiveUser
- //
+ //
public:
::XMLSchema::string< char > const& exclusiveUser () const;
::XMLSchema::string< char >& exclusiveUser ();
@@ -1262,7 +1262,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< char > > exclusiveUser_;
// optional
- //
+ //
public:
::XMLSchema::string< char > const& optional () const;
::XMLSchema::string< char >& optional ();
@@ -1272,7 +1272,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< char > > optional_;
// kind
- //
+ //
public:
::CIAO::Config_Handlers::CCMComponentPortKind const& kind () const;
::CIAO::Config_Handlers::CCMComponentPortKind& kind ();
@@ -1299,7 +1299,7 @@ namespace CIAO
typedef ::XSCRT::Type Base__;
// name
- //
+ //
public:
::XMLSchema::string< char > const& name () const;
::XMLSchema::string< char >& name ();
@@ -1309,7 +1309,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< char > > name_;
// type
- //
+ //
public:
::CIAO::Config_Handlers::DataType const& type () const;
::CIAO::Config_Handlers::DataType& type ();
@@ -1336,7 +1336,7 @@ namespace CIAO
typedef ::XSCRT::Type Base__;
// portName
- //
+ //
public:
::XMLSchema::string< char > const& portName () const;
::XMLSchema::string< char >& portName ();
@@ -1363,7 +1363,7 @@ namespace CIAO
typedef ::XSCRT::Type Base__;
// portName
- //
+ //
public:
::XMLSchema::string< char > const& portName () const;
::XMLSchema::string< char >& portName ();
@@ -1373,7 +1373,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< char > > portName_;
// provider
- //
+ //
public:
bool provider_p () const;
::XMLSchema::string< char > const& provider () const;
@@ -1384,7 +1384,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< char > > provider_;
// kind
- //
+ //
public:
::CIAO::Config_Handlers::CCMComponentPortKind const& kind () const;
::CIAO::Config_Handlers::CCMComponentPortKind& kind ();
@@ -1394,7 +1394,7 @@ namespace CIAO
::std::auto_ptr< ::CIAO::Config_Handlers::CCMComponentPortKind > kind_;
// instance
- //
+ //
public:
::XMLSchema::IDREF< char > const& instance () const;
::XMLSchema::IDREF< char >& instance ();
@@ -1421,7 +1421,7 @@ namespace CIAO
typedef ::XSCRT::Type Base__;
// location
- //
+ //
public:
::XMLSchema::string< char > const& location () const;
::XMLSchema::string< char >& location ();
@@ -1448,7 +1448,7 @@ namespace CIAO
typedef ::XSCRT::Type Base__;
// targetName
- //
+ //
public:
::XMLSchema::string< char > const& targetName () const;
::XMLSchema::string< char >& targetName ();
@@ -1458,7 +1458,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< char > > targetName_;
// requirementName
- //
+ //
public:
::XMLSchema::string< char > const& requirementName () const;
::XMLSchema::string< char >& requirementName ();
@@ -1468,7 +1468,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< char > > requirementName_;
// resourceName
- //
+ //
public:
::XMLSchema::string< char > const& resourceName () const;
::XMLSchema::string< char >& resourceName ();
@@ -1478,7 +1478,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< char > > resourceName_;
// resourceValue
- //
+ //
public:
::CIAO::Config_Handlers::Any const& resourceValue () const;
::CIAO::Config_Handlers::Any& resourceValue ();
@@ -1505,7 +1505,7 @@ namespace CIAO
typedef ::XSCRT::Type Base__;
// name
- //
+ //
public:
::XMLSchema::string< char > const& name () const;
::XMLSchema::string< char >& name ();
@@ -1515,7 +1515,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< char > > name_;
// source
- //
+ //
public:
bool source_p () const;
::XMLSchema::string< char > const& source () const;
@@ -1526,7 +1526,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< char > > source_;
// deployRequirement
- //
+ //
public:
bool deployRequirement_p () const;
::CIAO::Config_Handlers::Requirement const& deployRequirement () const;
@@ -1537,7 +1537,7 @@ namespace CIAO
::std::auto_ptr< ::CIAO::Config_Handlers::Requirement > deployRequirement_;
// externalEndpoint
- //
+ //
public:
typedef ::std::vector< ::CIAO::Config_Handlers::ComponentExternalPortEndpoint >::iterator externalEndpoint_iterator;
typedef ::std::vector< ::CIAO::Config_Handlers::ComponentExternalPortEndpoint >::const_iterator externalEndpoint_const_iterator;
@@ -1551,7 +1551,7 @@ namespace CIAO
::std::vector< ::CIAO::Config_Handlers::ComponentExternalPortEndpoint > externalEndpoint_;
// internalEndpoint
- //
+ //
public:
typedef ::std::vector< ::CIAO::Config_Handlers::PlanSubcomponentPortEndpoint >::iterator internalEndpoint_iterator;
typedef ::std::vector< ::CIAO::Config_Handlers::PlanSubcomponentPortEndpoint >::const_iterator internalEndpoint_const_iterator;
@@ -1565,7 +1565,7 @@ namespace CIAO
::std::vector< ::CIAO::Config_Handlers::PlanSubcomponentPortEndpoint > internalEndpoint_;
// externalReference
- //
+ //
public:
typedef ::std::vector< ::CIAO::Config_Handlers::ExternalReferenceEndpoint >::iterator externalReference_iterator;
typedef ::std::vector< ::CIAO::Config_Handlers::ExternalReferenceEndpoint >::const_iterator externalReference_const_iterator;
@@ -1579,7 +1579,7 @@ namespace CIAO
::std::vector< ::CIAO::Config_Handlers::ExternalReferenceEndpoint > externalReference_;
// deployedResource
- //
+ //
public:
bool deployedResource_p () const;
::CIAO::Config_Handlers::ConnectionResourceDeploymentDescription const& deployedResource () const;
@@ -1607,7 +1607,7 @@ namespace CIAO
typedef ::XSCRT::Type Base__;
// requiredType
- //
+ //
public:
::XMLSchema::string< char > const& requiredType () const;
::XMLSchema::string< char >& requiredType ();
@@ -1634,7 +1634,7 @@ namespace CIAO
typedef ::XSCRT::Type Base__;
// name
- //
+ //
public:
::XMLSchema::string< char > const& name () const;
::XMLSchema::string< char >& name ();
@@ -1644,7 +1644,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< char > > name_;
// resourceType
- //
+ //
public:
::XMLSchema::string< char > const& resourceType () const;
::XMLSchema::string< char >& resourceType ();
@@ -1654,7 +1654,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< char > > resourceType_;
// property
- //
+ //
public:
::CIAO::Config_Handlers::SatisfierProperty const& property () const;
::CIAO::Config_Handlers::SatisfierProperty& property ();
@@ -1681,7 +1681,7 @@ namespace CIAO
typedef ::XSCRT::Type Base__;
// resourceUsage
- //
+ //
public:
::CIAO::Config_Handlers::ResourceUsageKind const& resourceUsage () const;
::CIAO::Config_Handlers::ResourceUsageKind& resourceUsage ();
@@ -1691,7 +1691,7 @@ namespace CIAO
::std::auto_ptr< ::CIAO::Config_Handlers::ResourceUsageKind > resourceUsage_;
// resourcePort
- //
+ //
public:
::XMLSchema::string< char > const& resourcePort () const;
::XMLSchema::string< char >& resourcePort ();
@@ -1701,7 +1701,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< char > > resourcePort_;
// componentPort
- //
+ //
public:
::XMLSchema::string< char > const& componentPort () const;
::XMLSchema::string< char >& componentPort ();
@@ -1711,7 +1711,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< char > > componentPort_;
// resourceType
- //
+ //
public:
::XMLSchema::string< char > const& resourceType () const;
::XMLSchema::string< char >& resourceType ();
@@ -1721,7 +1721,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< char > > resourceType_;
// name
- //
+ //
public:
::XMLSchema::string< char > const& name () const;
::XMLSchema::string< char >& name ();
@@ -1731,7 +1731,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< char > > name_;
// property
- //
+ //
public:
::CIAO::Config_Handlers::Property const& property () const;
::CIAO::Config_Handlers::Property& property ();
@@ -1758,7 +1758,7 @@ namespace CIAO
typedef ::XSCRT::Type Base__;
// requiredUUID
- //
+ //
public:
::XMLSchema::string< char > const& requiredUUID () const;
::XMLSchema::string< char >& requiredUUID ();
@@ -1768,7 +1768,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< char > > requiredUUID_;
// requiredName
- //
+ //
public:
::XMLSchema::string< char > const& requiredName () const;
::XMLSchema::string< char >& requiredName ();
@@ -1778,7 +1778,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< char > > requiredName_;
// requiredType
- //
+ //
public:
::XMLSchema::string< char > const& requiredType () const;
::XMLSchema::string< char >& requiredType ();
@@ -1805,7 +1805,7 @@ namespace CIAO
typedef ::XSCRT::Type Base__;
// portName
- //
+ //
public:
::XMLSchema::string< char > const& portName () const;
::XMLSchema::string< char >& portName ();
@@ -1815,7 +1815,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< char > > portName_;
// instance
- //
+ //
public:
::XMLSchema::IDREF< char > const& instance () const;
::XMLSchema::IDREF< char >& instance ();
@@ -1842,7 +1842,7 @@ namespace CIAO
typedef ::XSCRT::Type Base__;
// name
- //
+ //
public:
::XMLSchema::string< char > const& name () const;
::XMLSchema::string< char >& name ();
@@ -1852,7 +1852,7 @@ namespace CIAO
::std::auto_ptr< ::XMLSchema::string< char > > name_;
// deployRequirement
- //
+ //
public:
bool deployRequirement_p () const;
::CIAO::Config_Handlers::Requirement const& deployRequirement () const;
@@ -1863,7 +1863,7 @@ namespace CIAO
::std::auto_ptr< ::CIAO::Config_Handlers::Requirement > deployRequirement_;
// externalEndpoint
- //
+ //
public:
typedef ::std::vector< ::CIAO::Config_Handlers::ComponentExternalPortEndpoint >::iterator externalEndpoint_iterator;
typedef ::std::vector< ::CIAO::Config_Handlers::ComponentExternalPortEndpoint >::const_iterator externalEndpoint_const_iterator;
@@ -1877,7 +1877,7 @@ namespace CIAO
::std::vector< ::CIAO::Config_Handlers::ComponentExternalPortEndpoint > externalEndpoint_;
// internalEndpoint
- //
+ //
public:
typedef ::std::vector< ::CIAO::Config_Handlers::SubcomponentPortEndpoint >::iterator internalEndpoint_iterator;
typedef ::std::vector< ::CIAO::Config_Handlers::SubcomponentPortEndpoint >::const_iterator internalEndpoint_const_iterator;
@@ -1891,7 +1891,7 @@ namespace CIAO
::std::vector< ::CIAO::Config_Handlers::SubcomponentPortEndpoint > internalEndpoint_;
// externalReference
- //
+ //
public:
typedef ::std::vector< ::CIAO::Config_Handlers::ExternalReferenceEndpoint >::iterator externalReference_iterator;
typedef ::std::vector< ::CIAO::Config_Handlers::ExternalReferenceEndpoint >::const_iterator externalReference_const_iterator;