diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-10-14 21:44:17 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-10-14 21:44:17 +0000 |
commit | 62cac453b72e681ac9df6e7685bece40a6427878 (patch) | |
tree | 6ab89243cc3571b1b7e151b4b1f257c60f0ea640 | |
parent | 1db382d3fb846dfb4937852e532cd5e4787488b6 (diff) | |
download | ATCD-62cac453b72e681ac9df6e7685bece40a6427878.tar.gz |
*** empty log message ***
-rw-r--r-- | ChangeLog-98b | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b index 146d6caebef..83e12c493d9 100644 --- a/ChangeLog-98b +++ b/ChangeLog-98b @@ -1,5 +1,19 @@ Wed Oct 14 12:36:00 1998 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu> + * ace: Added + + #if !defined (ACE_LACKS_PRAGMA_ONCE) + #pragma once + #endif /* ACE_LACKS_PRAGMA_ONCE */ + + To all the header files in ACE. This should speed up + compilation time on platforms whose C++ compilers support + #pragma once. Thanks to Patrick J. McNerthney <pat@cartia.com> + for suggesting this. + + * ace/Functor.h: Moved the definitions of the constructor and + destructor of ACE_Command_Base into the *.i file. + * ace/Select_Reactor_T: Enhanced dispatch_timer_handlers() so that it passes the number of timers dispatched as an out parameter to avoid any ambiguity. |