diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2001-03-03 08:11:45 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2001-03-03 08:11:45 +0000 |
commit | e1a004eaa36a5b930636360c67269f89be41b3da (patch) | |
tree | 55669cc01fe875c3bb59bcfbd311a62a6fcfc7af /TAO | |
parent | d53ef1e00ba1e3dff4874b4c06d6c0b2929d63af (diff) | |
download | ATCD-e1a004eaa36a5b930636360c67269f89be41b3da.tar.gz |
ChangeLogTag:Fri Mar 02 23:54:41 2001 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/ChangeLogs/ChangeLog-02a | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a index 55a38b8eea7..ff019d3d3f3 100644 --- a/TAO/ChangeLogs/ChangeLog-02a +++ b/TAO/ChangeLogs/ChangeLog-02a @@ -3,10 +3,10 @@ Fri Mar 02 23:54:41 2001 Ossama Othman <ossama@uci.edu> * tao/OctetSeqC.cpp: * tao/StringSeqC.cpp: - Use the TAO_NAMESPACE_{TYPE,DEFINE} preprocessor macros on - platforms that do not define the ACE_HAS_USING_KEYWORD - preprocessor macro. Fixes a "multiple definition" compile-time - error on those platforms. + Use the TAO_NAMESPACE_{TYPE,DEFINE} preprocessor to macros + correct compile-time errors on platforms that do not define the + ACE_HAS_USING_KEYWORD. Fixes a "multiple definition" + compile-time error on those platforms. * tao/diffs/OctetSeq.diff: * tao/diffs/StringSeq.diff: |