summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CIDLC/ExecutorMappingGenerator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/CIDLC/ExecutorMappingGenerator.cpp')
-rw-r--r--TAO/CIAO/CIDLC/ExecutorMappingGenerator.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/CIAO/CIDLC/ExecutorMappingGenerator.cpp b/TAO/CIAO/CIDLC/ExecutorMappingGenerator.cpp
index cd940a233ee..41856f9d4d6 100644
--- a/TAO/CIAO/CIDLC/ExecutorMappingGenerator.cpp
+++ b/TAO/CIAO/CIDLC/ExecutorMappingGenerator.cpp
@@ -991,19 +991,19 @@ namespace
}
virtual void
- pre (InParameter&)
+ pre (InParameter& p)
{
os << "in ";
}
virtual void
- pre (OutParameter&)
+ pre (OutParameter& p)
{
os << "out ";
}
virtual void
- pre (InOutParameter&)
+ pre (InOutParameter& p)
{
os << "inout ";
}
@@ -1119,7 +1119,7 @@ namespace
}
virtual void
- names (Type&)
+ names (Type& h)
{
os << "{"
<< STRS[COMP_EC] << " "
@@ -1464,7 +1464,7 @@ namespace
}
virtual void
- implements (Type&)
+ implements (Type& i)
{
// os << " : ";