diff options
author | kitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-02-18 08:46:58 +0000 |
---|---|---|
committer | kitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-02-18 08:46:58 +0000 |
commit | 40c968f574bb0e51eb00d6e195186a26b6002510 (patch) | |
tree | aed5b4a76ff66b5ea358594b923dcc238bddc937 | |
parent | b7713d2606fabe270d108af4fcbdfc7e55b4ed09 (diff) | |
download | ATCD-40c968f574bb0e51eb00d6e195186a26b6002510.tar.gz |
Sun Feb 18 02:45:47 2001 Krishnakumar B <kitty@cs.wustl.edu>
-rw-r--r-- | TAO/ChangeLogs/ChangeLog-02a | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a index a5eb4275e0c..c0ed0c4349d 100644 --- a/TAO/ChangeLogs/ChangeLog-02a +++ b/TAO/ChangeLogs/ChangeLog-02a @@ -1,3 +1,9 @@ +Sun Feb 18 02:45:47 2001 Krishnakumar B <kitty@cs.wustl.edu> + + * tests/Smart_Proxies/On_Demand/Makefile (CPPFLAGS): + + Added -I$(TAO_ROOT)/tao to CPPFLAGS to appease cxx on Tru64. + Sat Feb 17 23:08:44 2001 Balachandran Natarajan <bala@cs.wustl.edu> * tao/GIOP_Message_Handler.cpp: Fixed a problem that showed up @@ -5,7 +11,7 @@ Sat Feb 17 23:08:44 2001 Balachandran Natarajan <bala@cs.wustl.edu> the socket and processed, sometime we could be left with messages that are not even the size of GIOP header length. Added a conditional check for this case. This fixes the problem in - EC_Throughput. + EC_Throughput. Sat Feb 17 20:38:10 2001 Darrell Brunsch <brunsch@uci.edu> |