summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgokhale <asgokhale@users.noreply.github.com>1998-06-04 04:44:36 +0000
committergokhale <asgokhale@users.noreply.github.com>1998-06-04 04:44:36 +0000
commit0636101c5a4e7abf9e55afb7953c9e1388790ecb (patch)
tree88174dfcad1867f46ccccbf82c147fc0b947cc09
parentbdaea5aac931048f6cc5a31532252410603e01aa (diff)
downloadATCD-0636101c5a4e7abf9e55afb7953c9e1388790ecb.tar.gz
*** empty log message ***
-rw-r--r--TAO/TAO_IDL/be/be_codegen.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_codegen.cpp b/TAO/TAO_IDL/be/be_codegen.cpp
index 7a7930b4693..3e219b81516 100644
--- a/TAO/TAO_IDL/be/be_codegen.cpp
+++ b/TAO/TAO_IDL/be/be_codegen.cpp
@@ -478,8 +478,12 @@ TAO_CodeGen::start_server_template_skeletons (const char *fname)
<< "#pragma warning(disable:4250)\n"
<< "#endif /* _MSC_VER */\n\n";
+ // generate the include statement for the server header
+ *this->server_template_skeletons_ << "#include \"" <<
+ idl_global->be_get_server_template_hdr_fname () << "\"\n\n";
+
// generate the code that includes the inline file if not included in the
- // header file
+ // header file
*this->server_template_skeletons_ << "#if !defined (__ACE_INLINE__)\n";
*this->server_template_skeletons_ << "#include \"" <<
idl_global->be_get_server_template_inline_fname () << "\"\n";