summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_codegen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_codegen.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_codegen.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/TAO_IDL/be/be_codegen.cpp b/TAO/TAO_IDL/be/be_codegen.cpp
index 052936f6589..856b20614c4 100644
--- a/TAO/TAO_IDL/be/be_codegen.cpp
+++ b/TAO/TAO_IDL/be/be_codegen.cpp
@@ -647,7 +647,7 @@ TAO_CodeGen::start_server_skeletons (const char *fname)
return -1;
}
- *this->server_skeletons_ << be_nl_2 << "// TAO_IDL - Generated from "
+ *this->server_skeletons_ << be_nl_2 << "// TAO_IDL - Generated from"
<< be_nl << "// " << __FILE__ << ":" << __LINE__
<< be_nl_2;
@@ -721,7 +721,7 @@ TAO_CodeGen::start_server_template_skeletons (const char *fname)
return -1;
}
- *this->server_template_skeletons_ << be_nl << "// TAO_IDL - Generated from "
+ *this->server_template_skeletons_ << be_nl << "// TAO_IDL - Generated from"
<< be_nl << "// "
<< __FILE__ << ":" << __LINE__
<< be_nl_2;
@@ -1489,7 +1489,7 @@ TAO_CodeGen::start_implementation_header (const char *fname)
return -1;
}
- *this->implementation_header_ << be_nl << "// TAO_IDL - Generated from "
+ *this->implementation_header_ << be_nl << "// TAO_IDL - Generated from"
<< be_nl << "// "
<< __FILE__ << ":" << __LINE__
<< be_nl_2;
@@ -1546,7 +1546,7 @@ TAO_CodeGen::start_implementation_skeleton (const char *fname)
return -1;
}
- *this->implementation_skeleton_ << be_nl << "// TAO_IDL - Generated from "
+ *this->implementation_skeleton_ << be_nl << "// TAO_IDL - Generated from"
<< be_nl << "// "
<< __FILE__ << ":" << __LINE__
<< be_nl_2;
@@ -1743,7 +1743,7 @@ TAO_CodeGen::end_implementation_header (const char *fname)
int
TAO_CodeGen::end_server_template_header (void)
{
- *this->server_template_header_ << be_nl_2 << "// TAO_IDL - Generated from "
+ *this->server_template_header_ << be_nl_2 << "// TAO_IDL - Generated from"
<< be_nl << "// "
<< __FILE__ << ":" << __LINE__ << "\n";