summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-02-08 18:39:25 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-02-08 18:39:25 +0000
commit828965468b6e7e16dd6f2713a72b19b020992712 (patch)
tree62761912446b6582c7b87f80d0e3009b2e683fa8
parentee10268119393fe1b4886756d488da99d2f62700 (diff)
downloadATCD-828965468b6e7e16dd6f2713a72b19b020992712.tar.gz
-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 e18c819863f..ef46f22d246 100644
--- a/CIAO/CIDLC/ServantSourceGenerator.cpp
+++ b/CIAO/CIDLC/ServantSourceGenerator.cpp
@@ -3940,7 +3940,7 @@ namespace
post (SemanticGraph::HomeFinder& hf)
{
os << "{"
- << "throw ::CORBA::NO_IMPLEMENT ();" << endl;
+ << "throw ::CORBA::NO_IMPLEMENT ();" << endl
<< "}";
}