From 69a23ed484eaf5d858c23aec6cb4f44ed1e3c708 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Wed, 22 Nov 2006 10:12:10 +0000 Subject: Wed Nov 22 09:07:12 2006 Johnny Willemsen --- TAO/TAO_IDL/be/be_codegen.cpp | 5 +---- TAO/TAO_IDL/be/be_global.cpp | 4 ++-- 2 files changed, 3 insertions(+), 6 deletions(-) (limited to 'TAO/TAO_IDL') 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, -- cgit v1.2.1