From 5473931df722f5c82e4bedb67e4c34b28fcdcb48 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Sun, 2 Nov 2003 10:03:28 +0000 Subject: ChangeLogTag: Sun Nov 02 10:00:12 UTC 2003 Johnny Willemsen --- ChangeLog | 16 +++++++++++++++- ace/OS_NS_macros.h | 2 ++ ace/OS_main.h | 4 +++- ace/Timer_Queue_T.h | 1 + ace/config-win32-borland.h | 8 ++++++++ 5 files changed, 29 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 61660187bd2..0beb5c4ab3d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +Sun Nov 2 10:01:13 UTC 2003 Johnny Willemsen + + * ace/OS_main.h: + Fixed fuzz error and added #include of post.h + + * ace/OS_NS_macros.h: + Added #include of post.h + + * ace/Timer_Queue_T.h: + Added #include of Time_Value.h + + * ace/config-win32-borland.h: + Added several defines because of lacking system header files. + Sun Nov 2 00:23:25 UTC 2003 Don Hinton * ace/OS_NS_netdb.cpp: @@ -295,7 +309,7 @@ Sat Nov 1 05:40:21 UTC 2003 Don Hinton * ace/os_include/os_string.h: * ace/OS_NS_stdio.inl: Moved additional string related includes and strerror define - to os_string.h. Moved ACE_SPRINTF_ADAPTER to OS_NS_stdio.inl. + to os_string.h. Moved ACE_SPRINTF_ADAPTER to OS_NS_stdio.inl. * ace/os_include/os_strings.h: Removed ACE_HAS_STRINGS hack. diff --git a/ace/OS_NS_macros.h b/ace/OS_NS_macros.h index c651d752ca8..5953df5f2c3 100644 --- a/ace/OS_NS_macros.h +++ b/ace/OS_NS_macros.h @@ -64,4 +64,6 @@ #endif /* !ACE_WIN32 */ +# include /**/ "ace/post.h" + #endif /* ACE_OS_NS_MACROS_H */ diff --git a/ace/OS_main.h b/ace/OS_main.h index 175378dcba8..6263408b02b 100644 --- a/ace/OS_main.h +++ b/ace/OS_main.h @@ -2,7 +2,7 @@ //============================================================================= /** - * @file OS_NS_main.h + * @file OS_main.h * * $Id$ * @@ -200,4 +200,6 @@ ace_main_i # endif /* ACE_PSOSIM */ # endif /* ACE_HAS_NONSTATIC_OBJECT_MANAGER && !ACE_HAS_WINCE && !ACE_DOESNT_INSTANTIATE_NONSTATIC_OBJECT_MANAGER */ +# include /**/ "ace/post.h" + #endif /* ACE_OS_MAIN_H */ diff --git a/ace/Timer_Queue_T.h b/ace/Timer_Queue_T.h index 7a43e4b59ab..5f103313135 100644 --- a/ace/Timer_Queue_T.h +++ b/ace/Timer_Queue_T.h @@ -23,6 +23,7 @@ #endif /* ACE_LACKS_PRAGMA_ONCE */ #include "ace/Event_Handler.h" +#include "ace/Time_Value.h" /** * @class ACE_Timer_Node_Dispatch_Info_T diff --git a/ace/config-win32-borland.h b/ace/config-win32-borland.h index 774510e7b68..143b2a8b7e3 100644 --- a/ace/config-win32-borland.h +++ b/ace/config-win32-borland.h @@ -46,6 +46,14 @@ #define ACE_NEEDS_DL_UNDERSCORE +#define ACE_LACKS_NETINET_TCP_H +#define ACE_LACKS_REGEX_H +#define ACE_LACKS_SYS_MSG_H +#define ACE_LACKS_PWD_H +#define ACE_LACKS_POLL_H +#define ACE_LACKS_SYS_SHM_H +#define ACE_LACKS_STRINGS_H +#define ACE_LACKS_SEMAPHORE_H #define ACE_LACKS_INTTYPES_H #define ACE_LACKS_UCONTEXT_H #define ACE_LACKS_SYS_SELECT_H -- cgit v1.2.1