diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-02-08 18:39:25 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-02-08 18:39:25 +0000 |
commit | 828965468b6e7e16dd6f2713a72b19b020992712 (patch) | |
tree | 62761912446b6582c7b87f80d0e3009b2e683fa8 | |
parent | ee10268119393fe1b4886756d488da99d2f62700 (diff) | |
download | ATCD-828965468b6e7e16dd6f2713a72b19b020992712.tar.gz |
-rw-r--r-- | CIAO/CIDLC/ServantSourceGenerator.cpp | 2 |
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 << "}"; } |