summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_codegen.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-09-06 22:44:43 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-09-06 22:44:43 +0000
commitb080b6a6c9972330480915183c8f5f6625e0a9fc (patch)
tree30fc0f8d5d94cb34ef4412e8ce7feb57552d4b36 /TAO/TAO_IDL/be/be_codegen.cpp
parenta6c6e1bb89fbccb4057fea67d08bf3672ce59a37 (diff)
downloadATCD-b080b6a6c9972330480915183c8f5f6625e0a9fc.tar.gz
ChangeLogTag:Tue Sep 6 15:40:17 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/TAO_IDL/be/be_codegen.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_codegen.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/TAO_IDL/be/be_codegen.cpp b/TAO/TAO_IDL/be/be_codegen.cpp
index 7a89cbc44de..fa375c5e5c3 100644
--- a/TAO/TAO_IDL/be/be_codegen.cpp
+++ b/TAO/TAO_IDL/be/be_codegen.cpp
@@ -1620,18 +1620,18 @@ TAO_CodeGen::gen_stub_src_includes (void)
<< "\"";
}
- if (be_global->tc_support ()
- && !be_global->gen_anyop_files ())
- {
- this->gen_typecode_includes (this->client_stubs_);
- }
-
// Generate the include statement for the client header. We just
// need to put only the base names. Path info is not required.
*this->client_stubs_ << "\n#include \""
<< be_global->be_get_client_hdr_fname (1)
<< "\"";
+ if (be_global->tc_support ()
+ && !be_global->gen_anyop_files ())
+ {
+ this->gen_typecode_includes (this->client_stubs_);
+ }
+
// Always generated.
this->gen_standard_include (this->client_stubs_,
"tao/CDR.h");