diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-09-17 16:16:33 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-09-17 16:16:33 +0000 |
commit | fc11516283bf1b8a4bde612fb4705328fc221569 (patch) | |
tree | 1774d94c56139375bc1990f5512a336a90032d72 | |
parent | a8e12bf08aa151c2b82ebc2c46f35caadd2ae67f (diff) | |
download | ATCD-fc11516283bf1b8a4bde612fb4705328fc221569.tar.gz |
*** empty log message ***
-rw-r--r-- | ChangeLog-98b | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b index 4f8c484552a..c302592b71d 100644 --- a/ChangeLog-98b +++ b/ChangeLog-98b @@ -3,6 +3,11 @@ Thu Sep 17 09:54:56 1998 David L. Levine <levine@cs.wustl.edu> * ace/Svc_Handler.cpp (new): cleaned up the ACE_ASSERT check for ACE_Dynamic::instance () not being null. + * docs/ACE-guidelines.html: added guideline to define ACE_ + typedefs to reduce the number of #ifdefs. Thanks to + Carlos and Doug for this suggestion, and Chris for the + example :-). + Thu Sep 17 09:23:01 1998 Carlos O'Ryan <coryan@JIG> * ace/FIFO_Send_Msg.cpp: |