From 62cac453b72e681ac9df6e7685bece40a6427878 Mon Sep 17 00:00:00 2001 From: schmidt Date: Wed, 14 Oct 1998 21:44:17 +0000 Subject: *** empty log message *** --- ChangeLog-98b | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 + * 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 + 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. -- cgit v1.2.1