summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-05-07 04:32:01 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-05-07 04:32:01 +0000
commit511b6df3fea7782387ffda1abe1e27b89c74fb8d (patch)
treeaf0df22a9d7f469cafa53acc4dda688d894865cd
parentd831cfcfe729e7b12d3d2a94b058b732363f4e83 (diff)
downloadATCD-511b6df3fea7782387ffda1abe1e27b89c74fb8d.tar.gz
ChangeLogTag:Fri May 6 18:28:11 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
-rw-r--r--TAO/TAO_IDL/include/idl_global.h4
-rw-r--r--TAO/TAO_IDL/util/utl_global.cpp4
2 files changed, 4 insertions, 4 deletions
diff --git a/TAO/TAO_IDL/include/idl_global.h b/TAO/TAO_IDL/include/idl_global.h
index b838cd8fe82..9b6f3eb7381 100644
--- a/TAO/TAO_IDL/include/idl_global.h
+++ b/TAO/TAO_IDL/include/idl_global.h
@@ -546,7 +546,7 @@ public:
AST_Component::port_description &pd);
// We must do this in the front end since the executor
// mapping IDL will have these data types.
-
+
int path_cmp (const char *s, const char *t);
// Case insensitive for Windows, otherwise not.
@@ -635,7 +635,7 @@ private:
bool using_ifr_backend_;
// Set by the IFR backend itself.
-
+
bool ignore_idl3_;
// Need this for eventtypes left over after running idl3_to_idl2,
// we don't want to try to generate another event consumer.
diff --git a/TAO/TAO_IDL/util/utl_global.cpp b/TAO/TAO_IDL/util/utl_global.cpp
index 777d297ea57..67c0f39ae59 100644
--- a/TAO/TAO_IDL/util/utl_global.cpp
+++ b/TAO/TAO_IDL/util/utl_global.cpp
@@ -746,7 +746,7 @@ IDL_GlobalData::validate_included_idl_files (void)
{
post_tmp = post_preproc_includes[m]->get_string ();
full_path = ACE_OS::realpath (post_tmp, post_abspath);
-
+
if (full_path != 0
&& this->path_cmp (pre_abspath, post_abspath) == 0)
{
@@ -758,7 +758,7 @@ IDL_GlobalData::validate_included_idl_files (void)
}
ACE_OS::fclose (test);
-
+
// This file name is valid.
valid_file = 1;
++n_found;