summaryrefslogtreecommitdiff
path: root/CIAO/tools/Config_Handlers/cid.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tools/Config_Handlers/cid.hpp')
-rw-r--r--CIAO/tools/Config_Handlers/cid.hpp156
1 files changed, 18 insertions, 138 deletions
diff --git a/CIAO/tools/Config_Handlers/cid.hpp b/CIAO/tools/Config_Handlers/cid.hpp
index 5e02b1729ed..473f201abaa 100644
--- a/CIAO/tools/Config_Handlers/cid.hpp
+++ b/CIAO/tools/Config_Handlers/cid.hpp
@@ -883,6 +883,12 @@ namespace CIAO
delegatesTo_post (Type const&);
virtual void
+ delegatesTo_none (Type&);
+
+ virtual void
+ delegatesTo_none (Type const&);
+
+ virtual void
post (Type&);
virtual void
@@ -928,6 +934,12 @@ namespace CIAO
instance_post (Type const&);
virtual void
+ instance_none (Type&);
+
+ virtual void
+ instance_none (Type const&);
+
+ virtual void
connection (Type&);
virtual void
@@ -1123,6 +1135,12 @@ namespace CIAO
primaryArtifact_post (Type const&);
virtual void
+ primaryArtifact_none (Type&);
+
+ virtual void
+ primaryArtifact_none (Type const&);
+
+ virtual void
post (Type&);
virtual void
@@ -1374,44 +1392,36 @@ namespace CIAO
virtual void
traverse (Type &o)
{
-
this->traverse (const_cast <Type const &> (o));
}
-
virtual void
traverse (Type const&);
virtual void
requiredUUID (Type &o)
{
-
this->requiredUUID (const_cast <Type const &> (o));
}
-
virtual void
requiredUUID (Type const&);
virtual void
requiredName (Type &o)
{
-
this->requiredName (const_cast <Type const &> (o));
}
-
virtual void
requiredName (Type const&);
virtual void
requiredType (Type &o)
{
-
this->requiredType (const_cast <Type const &> (o));
}
-
virtual void
requiredType (Type const&);
@@ -1428,143 +1438,117 @@ namespace CIAO
virtual void
traverse (Type &o)
{
-
this->traverse (const_cast <Type const &> (o));
}
-
virtual void
traverse (Type const&);
virtual void
name (Type &o)
{
-
this->name (const_cast <Type const &> (o));
}
-
virtual void
name (Type const&);
virtual void
basePackage (Type &o)
{
-
this->basePackage (const_cast <Type const &> (o));
}
-
virtual void
basePackage (Type const&);
virtual void
specializedConfig (Type &o)
{
-
this->specializedConfig (const_cast <Type const &> (o));
}
-
virtual void
specializedConfig (Type const&);
virtual void
selectRequirement_pre (Type &o)
{
-
this->selectRequirement_pre (const_cast <Type const &> (o));
}
-
virtual void
selectRequirement_pre (Type const&);
virtual void
selectRequirement_next (Type &o)
{
-
this->selectRequirement_next (const_cast <Type const &> (o));
}
-
virtual void
selectRequirement_next (Type const&);
virtual void
selectRequirement_post (Type &o)
{
-
this->selectRequirement_post (const_cast <Type const &> (o));
}
-
virtual void
selectRequirement_post (Type const&);
virtual void
configProperty_pre (Type &o)
{
-
this->configProperty_pre (const_cast <Type const &> (o));
}
-
virtual void
configProperty_pre (Type const&);
virtual void
configProperty_next (Type &o)
{
-
this->configProperty_next (const_cast <Type const &> (o));
}
-
virtual void
configProperty_next (Type const&);
virtual void
configProperty_post (Type &o)
{
-
this->configProperty_post (const_cast <Type const &> (o));
}
-
virtual void
configProperty_post (Type const&);
virtual void
referencedPackage (Type &o)
{
-
this->referencedPackage (const_cast <Type const &> (o));
}
-
virtual void
referencedPackage (Type const&);
virtual void
importedPackage (Type &o)
{
-
this->importedPackage (const_cast <Type const &> (o));
}
-
virtual void
importedPackage (Type const&);
virtual void
id (Type &o)
{
-
this->id (const_cast <Type const &> (o));
}
-
virtual void
id (Type const&);
@@ -1581,33 +1565,27 @@ namespace CIAO
virtual void
traverse (Type &o)
{
-
this->traverse (const_cast <Type const &> (o));
}
-
virtual void
traverse (Type const&);
virtual void
propertyName (Type &o)
{
-
this->propertyName (const_cast <Type const &> (o));
}
-
virtual void
propertyName (Type const&);
virtual void
instance (Type &o)
{
-
this->instance (const_cast <Type const &> (o));
}
-
virtual void
instance (Type const&);
@@ -1624,66 +1602,54 @@ namespace CIAO
virtual void
traverse (Type &o)
{
-
this->traverse (const_cast <Type const &> (o));
}
-
virtual void
traverse (Type const&);
virtual void
name (Type &o)
{
-
this->name (const_cast <Type const &> (o));
}
-
virtual void
name (Type const&);
virtual void
externalName (Type &o)
{
-
this->externalName (const_cast <Type const &> (o));
}
-
virtual void
externalName (Type const&);
virtual void
delegatesTo_pre (Type &o)
{
-
this->delegatesTo_pre (const_cast <Type const &> (o));
}
-
virtual void
delegatesTo_pre (Type const&);
virtual void
delegatesTo_next (Type &o)
{
-
this->delegatesTo_next (const_cast <Type const &> (o));
}
-
virtual void
delegatesTo_next (Type const&);
virtual void
delegatesTo_post (Type &o)
{
-
this->delegatesTo_post (const_cast <Type const &> (o));
}
-
virtual void
delegatesTo_post (Type const&);
@@ -1700,110 +1666,90 @@ namespace CIAO
virtual void
traverse (Type &o)
{
-
this->traverse (const_cast <Type const &> (o));
}
-
virtual void
traverse (Type const&);
virtual void
instance_pre (Type &o)
{
-
this->instance_pre (const_cast <Type const &> (o));
}
-
virtual void
instance_pre (Type const&);
virtual void
instance_next (Type &o)
{
-
this->instance_next (const_cast <Type const &> (o));
}
-
virtual void
instance_next (Type const&);
virtual void
instance_post (Type &o)
{
-
this->instance_post (const_cast <Type const &> (o));
}
-
virtual void
instance_post (Type const&);
virtual void
connection_pre (Type &o)
{
-
this->connection_pre (const_cast <Type const &> (o));
}
-
virtual void
connection_pre (Type const&);
virtual void
connection_next (Type &o)
{
-
this->connection_next (const_cast <Type const &> (o));
}
-
virtual void
connection_next (Type const&);
virtual void
connection_post (Type &o)
{
-
this->connection_post (const_cast <Type const &> (o));
}
-
virtual void
connection_post (Type const&);
virtual void
externalProperty_pre (Type &o)
{
-
this->externalProperty_pre (const_cast <Type const &> (o));
}
-
virtual void
externalProperty_pre (Type const&);
virtual void
externalProperty_next (Type &o)
{
-
this->externalProperty_next (const_cast <Type const &> (o));
}
-
virtual void
externalProperty_next (Type const&);
virtual void
externalProperty_post (Type &o)
{
-
this->externalProperty_post (const_cast <Type const &> (o));
}
-
virtual void
externalProperty_post (Type const&);
@@ -1820,143 +1766,117 @@ namespace CIAO
virtual void
traverse (Type &o)
{
-
this->traverse (const_cast <Type const &> (o));
}
-
virtual void
traverse (Type const&);
virtual void
nodeExecParameter_pre (Type &o)
{
-
this->nodeExecParameter_pre (const_cast <Type const &> (o));
}
-
virtual void
nodeExecParameter_pre (Type const&);
virtual void
nodeExecParameter_next (Type &o)
{
-
this->nodeExecParameter_next (const_cast <Type const &> (o));
}
-
virtual void
nodeExecParameter_next (Type const&);
virtual void
nodeExecParameter_post (Type &o)
{
-
this->nodeExecParameter_post (const_cast <Type const &> (o));
}
-
virtual void
nodeExecParameter_post (Type const&);
virtual void
componentExecParameter_pre (Type &o)
{
-
this->componentExecParameter_pre (const_cast <Type const &> (o));
}
-
virtual void
componentExecParameter_pre (Type const&);
virtual void
componentExecParameter_next (Type &o)
{
-
this->componentExecParameter_next (const_cast <Type const &> (o));
}
-
virtual void
componentExecParameter_next (Type const&);
virtual void
componentExecParameter_post (Type &o)
{
-
this->componentExecParameter_post (const_cast <Type const &> (o));
}
-
virtual void
componentExecParameter_post (Type const&);
virtual void
deployRequirement_pre (Type &o)
{
-
this->deployRequirement_pre (const_cast <Type const &> (o));
}
-
virtual void
deployRequirement_pre (Type const&);
virtual void
deployRequirement_next (Type &o)
{
-
this->deployRequirement_next (const_cast <Type const &> (o));
}
-
virtual void
deployRequirement_next (Type const&);
virtual void
deployRequirement_post (Type &o)
{
-
this->deployRequirement_post (const_cast <Type const &> (o));
}
-
virtual void
deployRequirement_post (Type const&);
virtual void
primaryArtifact_pre (Type &o)
{
-
this->primaryArtifact_pre (const_cast <Type const &> (o));
}
-
virtual void
primaryArtifact_pre (Type const&);
virtual void
primaryArtifact_next (Type &o)
{
-
this->primaryArtifact_next (const_cast <Type const &> (o));
}
-
virtual void
primaryArtifact_next (Type const&);
virtual void
primaryArtifact_post (Type &o)
{
-
this->primaryArtifact_post (const_cast <Type const &> (o));
}
-
virtual void
primaryArtifact_post (Type const&);
@@ -1973,220 +1893,180 @@ namespace CIAO
virtual void
traverse (Type &o)
{
-
this->traverse (const_cast <Type const &> (o));
}
-
virtual void
traverse (Type const&);
virtual void
label (Type &o)
{
-
this->label (const_cast <Type const &> (o));
}
-
virtual void
label (Type const&);
virtual void
UUID (Type &o)
{
-
this->UUID (const_cast <Type const &> (o));
}
-
virtual void
UUID (Type const&);
virtual void
implements (Type &o)
{
-
this->implements (const_cast <Type const &> (o));
}
-
virtual void
implements (Type const&);
virtual void
assemblyImpl (Type &o)
{
-
this->assemblyImpl (const_cast <Type const &> (o));
}
-
virtual void
assemblyImpl (Type const&);
virtual void
monolithicImpl (Type &o)
{
-
this->monolithicImpl (const_cast <Type const &> (o));
}
-
virtual void
monolithicImpl (Type const&);
virtual void
configProperty_pre (Type &o)
{
-
this->configProperty_pre (const_cast <Type const &> (o));
}
-
virtual void
configProperty_pre (Type const&);
virtual void
configProperty_next (Type &o)
{
-
this->configProperty_next (const_cast <Type const &> (o));
}
-
virtual void
configProperty_next (Type const&);
virtual void
configProperty_post (Type &o)
{
-
this->configProperty_post (const_cast <Type const &> (o));
}
-
virtual void
configProperty_post (Type const&);
virtual void
capability_pre (Type &o)
{
-
this->capability_pre (const_cast <Type const &> (o));
}
-
virtual void
capability_pre (Type const&);
virtual void
capability_next (Type &o)
{
-
this->capability_next (const_cast <Type const &> (o));
}
-
virtual void
capability_next (Type const&);
virtual void
capability_post (Type &o)
{
-
this->capability_post (const_cast <Type const &> (o));
}
-
virtual void
capability_post (Type const&);
virtual void
dependsOn_pre (Type &o)
{
-
this->dependsOn_pre (const_cast <Type const &> (o));
}
-
virtual void
dependsOn_pre (Type const&);
virtual void
dependsOn_next (Type &o)
{
-
this->dependsOn_next (const_cast <Type const &> (o));
}
-
virtual void
dependsOn_next (Type const&);
virtual void
dependsOn_post (Type &o)
{
-
this->dependsOn_post (const_cast <Type const &> (o));
}
-
virtual void
dependsOn_post (Type const&);
virtual void
infoProperty_pre (Type &o)
{
-
this->infoProperty_pre (const_cast <Type const &> (o));
}
-
virtual void
infoProperty_pre (Type const&);
virtual void
infoProperty_next (Type &o)
{
-
this->infoProperty_next (const_cast <Type const &> (o));
}
-
virtual void
infoProperty_next (Type const&);
virtual void
infoProperty_post (Type &o)
{
-
this->infoProperty_post (const_cast <Type const &> (o));
}
-
virtual void
infoProperty_post (Type const&);
virtual void
contentLocation (Type &o)
{
-
this->contentLocation (const_cast <Type const &> (o));
}
-
virtual void
contentLocation (Type const&);
virtual void
href (Type &o)
{
-
this->href (const_cast <Type const &> (o));
}
-
virtual void
href (Type const&);