summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2003-09-11 15:34:35 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2003-09-11 15:34:35 +0000
commitdd72e4528fc021a65295ae0cfa4da352f170e946 (patch)
tree83ee7252c065e4fd18422e05a3e6b169f03ea36f
parent94ca5bc9e6ad10e0e086721cdf62e004dbb7a583 (diff)
downloadATCD-dd72e4528fc021a65295ae0cfa4da352f170e946.tar.gz
Nuked trailing whitespace
-rw-r--r--TAO/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 80acfe7b2a4..c7e292ffbed 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -9,7 +9,7 @@ Thu Sep 11 08:32:00 2003 Ossama Othman <ossama@dre.vanderbilt.edu>
Wed Sep 10 17:49:10 2003 George Edwards <g.edwards@vanderbilt.edu>
Added files:
-
+
* tests/OBV/Supports/Supports_Test.mpc:
* tests/OBV/Supports/client.cpp:
* tests/OBV/Supports/server.cpp:
@@ -116,7 +116,7 @@ Tue Sep 9 14:30:13 MST 2003 Trevor Fields <fields_t@ociweb.com>
* TAO/orbsvcs/orbsvcs/Event/EC_RTCORBA_Dispatching.cpp:
- Changed array constructor to use a temporary variable
+ Changed array constructor to use a temporary variable
instead of the direct funtion call. gcc 2.95 on Solaris
cant handle function call as length in initialization.