summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-06-08 12:29:01 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-06-08 12:29:01 +0000
commitba8f4410850042b00f7e28f4123c76dcc02928ee (patch)
treefea5eb16126bd6728646a477533d04f1f9e8a20d
parent071df438e6c257964c7ac903204ca3f60f5bc446 (diff)
downloadATCD-ba8f4410850042b00f7e28f4123c76dcc02928ee.tar.gz
ChangeLogTag: Thu Jun 8 11:29:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>Thu Jun 8 11:29:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/CIAO/DAnCE/Planner/PCVisitor.cpp20
1 files changed, 10 insertions, 10 deletions
diff --git a/TAO/CIAO/DAnCE/Planner/PCVisitor.cpp b/TAO/CIAO/DAnCE/Planner/PCVisitor.cpp
index f2d5f291095..c041e444a90 100644
--- a/TAO/CIAO/DAnCE/Planner/PCVisitor.cpp
+++ b/TAO/CIAO/DAnCE/Planner/PCVisitor.cpp
@@ -93,7 +93,7 @@ using namespace std;
}
- void PCVisitor::Visit (Deployment::ComponentInterfaceDescription &cid)
+ void PCVisitor::Visit (Deployment::ComponentInterfaceDescription &)
{
//Might want to populate this too once PICML starts supporting it
}
@@ -229,7 +229,7 @@ using namespace std;
//ComponentPackageReference descendents
- void PCVisitor::Visit (Deployment::ComponentPackageReference &cpr)
+ void PCVisitor::Visit (Deployment::ComponentPackageReference &)
{
//not implemented
}
@@ -238,13 +238,13 @@ using namespace std;
//properties
- void PCVisitor::Visit (Deployment::AssemblyPropertyMapping &apm)
+ void PCVisitor::Visit (Deployment::AssemblyPropertyMapping &)
{
}
- void PCVisitor::Visit (Deployment::Property &property)
+ void PCVisitor::Visit (Deployment::Property &)
{
}
@@ -252,25 +252,25 @@ using namespace std;
//requirements & capabilities
- void PCVisitor::Visit (Deployment::Requirement &requirement)
+ void PCVisitor::Visit (Deployment::Requirement &)
{
}
- void PCVisitor::Visit (Deployment::Capability &capability)
+ void PCVisitor::Visit (Deployment::Capability &)
{
}
- void PCVisitor::Visit (Deployment::ImplementationRequirement &ir)
+ void PCVisitor::Visit (Deployment::ImplementationRequirement &)
{
}
- void PCVisitor::Visit (Deployment::ImplementationDependency &id)
+ void PCVisitor::Visit (Deployment::ImplementationDependency &)
{
}
@@ -364,13 +364,13 @@ interface_end:
}
- void PCVisitor::Visit (Deployment::SubcomponentPortEndpoint &spe)
+ void PCVisitor::Visit (Deployment::SubcomponentPortEndpoint &)
{
}
- void PCVisitor::Visit (Deployment::ComponentExternalPortEndpoint &cepe)
+ void PCVisitor::Visit (Deployment::ComponentExternalPortEndpoint &)
{
}