summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_codegen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_codegen.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_codegen.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/be/be_codegen.cpp b/TAO/TAO_IDL/be/be_codegen.cpp
index b2c4e8ccf5c..742e63a5870 100644
--- a/TAO/TAO_IDL/be/be_codegen.cpp
+++ b/TAO/TAO_IDL/be/be_codegen.cpp
@@ -140,7 +140,7 @@ TAO_CodeGen::start_client_header (const char *fname)
this->gen_ident_string (this->client_header_);
ACE_CString pidl_checker (idl_global->filename ()->get_string ());
- bool got_pidl =
+ bool const got_pidl =
(pidl_checker.substr (pidl_checker.length () - 5) == ".pidl");
if (!got_pidl)
@@ -934,7 +934,7 @@ TAO_CodeGen::start_anyop_header (const char *fname)
idl_name_str.destroy ();
ACE_CString pidl_checker (idl_name);
- bool got_pidl =
+ bool const got_pidl =
(pidl_checker.substr (pidl_checker.length () - 5) == ".pidl");
// If we're here and we have a .pidl file, we need to generate