diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2006-11-22 10:12:10 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2006-11-22 10:12:10 +0000 |
commit | 46d348c13da14429babae21aefc21437017259a2 (patch) | |
tree | d5280bd3f99239bb19922b6b68ea53e7ff2deb15 /TAO | |
parent | ab50d204c63fb4a5813c246aaca0a77efb26ac8a (diff) | |
download | ATCD-46d348c13da14429babae21aefc21437017259a2.tar.gz |
Wed Nov 22 09:07:12 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/TAO_IDL/be/be_codegen.cpp | 5 | ||||
-rw-r--r-- | TAO/TAO_IDL/be/be_global.cpp | 4 |
2 files changed, 3 insertions, 6 deletions
diff --git a/TAO/TAO_IDL/be/be_codegen.cpp b/TAO/TAO_IDL/be/be_codegen.cpp index e5b567283fb..ee88b750992 100644 --- a/TAO/TAO_IDL/be/be_codegen.cpp +++ b/TAO/TAO_IDL/be/be_codegen.cpp @@ -1704,10 +1704,7 @@ TAO_CodeGen::gen_stub_hdr_includes (void) ACE_CString pidl_checker (idl_name); bool got_pidl = - (pidl_checker.substr (pidl_checker.length () - 5) == ".pidl") - && (pidl_checker.find ("IFR_Client") == ACE_CString::npos); - // We can't use the -GA option on IFR_Client .pidl files, - // because there are decls inside interfaces. + (pidl_checker.substr (pidl_checker.length () - 5) == ".pidl"); // If we're here and we have a .pidl file, we need to generate // the *A.h include from the AnyTypeCode library. diff --git a/TAO/TAO_IDL/be/be_global.cpp b/TAO/TAO_IDL/be/be_global.cpp index 46b004d62ac..cd160fcd5b6 100644 --- a/TAO/TAO_IDL/be/be_global.cpp +++ b/TAO/TAO_IDL/be/be_global.cpp @@ -2617,8 +2617,8 @@ BE_GlobalData::usage (void) const )); ACE_DEBUG (( LM_DEBUG, - ACE_TEXT (" -GA\t\t\tgenerate Any operator and type code bodies in *A.cpp") - ACE_TEXT (" (generated in *C.cpp by default)\n") + ACE_TEXT (" -GA\t\t\tgenerate Any operator and type codes in *A.{h,cpp}") + ACE_TEXT (" (generated in *C.{h,cpp} by default)\n") )); ACE_DEBUG (( LM_DEBUG, |