diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-12-05 18:28:45 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-12-05 18:28:45 +0000 |
commit | 7b07babe7466237a23498679740d311193d96cf1 (patch) | |
tree | 82e1cdec908c59b53d2dae9c32c512db8dca2eb4 /TAO | |
parent | cbc672de840ccb47fcfbcd000dd38dd9872d8fc6 (diff) | |
download | ATCD-7b07babe7466237a23498679740d311193d96cf1.tar.gz |
* TAO_IDL/driver/drv_args.cpp:
* TAO_IDL/driver/drv_preproc.cpp:
* orbsvcs/IFR_Service/drv_args_ifr.cpp:
* orbsvcs/IFR_Service/drv_preproc_ifr.cpp:
Removed the ACE_TEXT wrapper from more instances of strings passed
to ACE_DEBUG and ACE_ERROR where the 'L' prepend would not be
appropriate. Thanks again to Johnny Willemesen
<johnny_willemsen@planet.nl> for pointing out the ones in TAO_IDL.
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/ChangeLogs/ChangeLog-02a | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a index 8c5f6fe8777..1d9d0ef690d 100644 --- a/TAO/ChangeLogs/ChangeLog-02a +++ b/TAO/ChangeLogs/ChangeLog-02a @@ -1,3 +1,15 @@ +Wed Dec 5 12:17:50 2001 Jeff Parsons <parsons@cs.wustl.edu> + + * TAO_IDL/driver/drv_args.cpp: + * TAO_IDL/driver/drv_preproc.cpp: + * orbsvcs/IFR_Service/drv_args_ifr.cpp: + * orbsvcs/IFR_Service/drv_preproc_ifr.cpp: + + Removed the ACE_TEXT wrapper from more instances of strings passed + to ACE_DEBUG and ACE_ERROR where the 'L' prepend would not be + appropriate. Thanks again to Johnny Willemesen + <johnny_willemsen@planet.nl> for pointing out the ones in TAO_IDL. + Wed Dec 05 08:03:04 2001 Michael Kircher <Michael.Kircher@mchp.siemens.de> * tao/Strategies/DIOP_Profile.cpp: |