summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CIAO/CIDLC/ServantSourceGenerator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/CIAO/CIDLC/ServantSourceGenerator.cpp b/CIAO/CIDLC/ServantSourceGenerator.cpp
index 7de46786a84..ab9cae5b8d7 100644
--- a/CIAO/CIDLC/ServantSourceGenerator.cpp
+++ b/CIAO/CIDLC/ServantSourceGenerator.cpp
@@ -3255,7 +3255,7 @@ namespace
if (swapping)
{
os << "this->activate_component (" << ");"
- << STRS[ACE_CK] << ";" << endl;
+ << endl;
}
os << "if (emitter_name == 0)" << endl