summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-01-24 13:49:36 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-01-24 13:49:36 +0000
commitd43378e7d80d7db5bb3517e16b858fb09b117007 (patch)
tree1beb92a907e954a5a23c3c41c585e03ab5857840
parent3b812d2891e6dd5c064e8ff358f4068867e91087 (diff)
downloadATCD-d43378e7d80d7db5bb3517e16b858fb09b117007.tar.gz
-rw-r--r--CIAO/CIDLC/ServantSourceGenerator.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/CIAO/CIDLC/ServantSourceGenerator.cpp b/CIAO/CIDLC/ServantSourceGenerator.cpp
index ab9cae5b8d7..a0169356db7 100644
--- a/CIAO/CIDLC/ServantSourceGenerator.cpp
+++ b/CIAO/CIDLC/ServantSourceGenerator.cpp
@@ -180,16 +180,14 @@ namespace
// Overridden by facet and home operation emitters to do nothing.
virtual void
- gen_swap_related (Type& o)
+ gen_swap_related (Type&)
{
string swap_option = ctx.cl ().get_value ("custom-container", "");
bool swapping = (swap_option == "upgradeable");
if (swapping)
{
- os << "this->activate_component (" << ");";
-
- os << endl;
+ os << "this->activate_component (" << ");" << endl;
}
}