summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-11-22 10:12:10 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-11-22 10:12:10 +0000
commit69a23ed484eaf5d858c23aec6cb4f44ed1e3c708 (patch)
treed5280bd3f99239bb19922b6b68ea53e7ff2deb15 /TAO/TAO_IDL
parente585f4afe133f10d6d13e6e63394c0fe559ffe0f (diff)
downloadATCD-69a23ed484eaf5d858c23aec6cb4f44ed1e3c708.tar.gz
Wed Nov 22 09:07:12 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/TAO_IDL')
-rw-r--r--TAO/TAO_IDL/be/be_codegen.cpp5
-rw-r--r--TAO/TAO_IDL/be/be_global.cpp4
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,