summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-10-31 10:58:33 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-10-31 10:58:33 +0000
commit822e56c3f2ace087ad781e22f22266df59099574 (patch)
tree1e3d2128ea8d4c33226936a2bf145821dff1d875
parentd4ff63a4f3940ffb05af485333e228712de28116 (diff)
downloadATCD-822e56c3f2ace087ad781e22f22266df59099574.tar.gz
-rw-r--r--TAO/TAO_IDL/be/be_codegen.cpp26
1 files changed, 13 insertions, 13 deletions
diff --git a/TAO/TAO_IDL/be/be_codegen.cpp b/TAO/TAO_IDL/be/be_codegen.cpp
index 96672c160f7..e639dbb75ae 100644
--- a/TAO/TAO_IDL/be/be_codegen.cpp
+++ b/TAO/TAO_IDL/be/be_codegen.cpp
@@ -1895,9 +1895,9 @@ TAO_CodeGen::gen_export_file (const char *filename,
const char *output_path =
be_global->get_output_path (false, for_skel);
-
+
if (output_path != 0)
- {
+ {
// Turn '\' and '\\' into '/'.
char* i = const_cast<char*> (output_path);
@@ -1922,7 +1922,7 @@ TAO_CodeGen::gen_export_file (const char *filename,
file_str += output_path;
file_str += '/';
}
-
+
if (filename == 0)
{
ACE_ERROR ((LM_ERROR,
@@ -3121,19 +3121,19 @@ TAO_CodeGen::gen_exec_hdr_includes (void)
this->gen_standard_include (
this->ciao_exec_header_,
"tao/LocalObject.h");
-
+
// Placeholder until we get real-world logic in place.
bool dds_connector_seen = true;
-
+
if (dds_connector_seen)
- {
+ {
*this->ciao_exec_header_ << be_nl;
-
- this->gen_standard_include (this->ciao_exec_header_,
- "dds4ccm/impl/ndds/NDDS_Traits.h");
-
- this->gen_standard_include (this->ciao_exec_header_,
- "dds4ccm/impl/ndds/Connector_T.h");
+
+// this->gen_standard_include (this->ciao_exec_header_,
+// "dds4ccm/impl/ndds/NDDS_Traits.h");
+
+// this->gen_standard_include (this->ciao_exec_header_,
+// "dds4ccm/impl/ndds/Connector_T.h");
size_t const nfiles = idl_global->n_included_idl_files ();
@@ -3172,7 +3172,7 @@ TAO_CodeGen::gen_exec_hdr_includes (void)
ts_hdr));
}
}
- }
+ }
}
void