summaryrefslogtreecommitdiff
path: root/CIAO/tools/IDL3_to_IDL2/be_global.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tools/IDL3_to_IDL2/be_global.cpp')
-rw-r--r--CIAO/tools/IDL3_to_IDL2/be_global.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/CIAO/tools/IDL3_to_IDL2/be_global.cpp b/CIAO/tools/IDL3_to_IDL2/be_global.cpp
index 6d69f480420..08dc0f67fea 100644
--- a/CIAO/tools/IDL3_to_IDL2/be_global.cpp
+++ b/CIAO/tools/IDL3_to_IDL2/be_global.cpp
@@ -65,7 +65,7 @@ BE_GlobalData::output_dir (const char* s)
this->output_dir_ = ACE::strnew (s);
}
-bool const
+bool
BE_GlobalData::encapsulate_idl2 (void) const
{
return this->encapsulate_idl2_;
@@ -83,7 +83,7 @@ BE_GlobalData::parse_args (long &i, char **av)
switch (av[i][1])
{
// Directory where the generated file is to
- // be kept. Default is the current directory from which
+ // be kept. Default is the current directory from which
// <tao_idl3_to_idl2> is called.
case 'o':
if (av[i][2] == '\0')
@@ -101,7 +101,7 @@ BE_GlobalData::parse_args (long &i, char **av)
{
this->excluded_filenames_ += " ";
}
-
+
if (av[i][2] == '\0')
{
this->excluded_filenames_ += av [i + 1];
@@ -165,7 +165,7 @@ BE_GlobalData::generator_init (void)
AST_Generator *gen = 0;
ACE_NEW_RETURN (gen,
AST_Generator,
- 0);
+ 0);
return gen;
}