diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2002-06-04 23:55:23 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2002-06-04 23:55:23 +0000 |
commit | ffe7b07d2a8615beb02cc239dbfa8c5638eb832f (patch) | |
tree | cb033689b613e03ec07680793b1e581e056bbf6e /ace/Service_Config.h | |
parent | e626ffe11df38ebd506ded8f3f0d26742ec84c9b (diff) | |
download | ATCD-ffe7b07d2a8615beb02cc239dbfa8c5638eb832f.tar.gz |
ChangeLogTag:Tue Jun 04 16:47:27 2002 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'ace/Service_Config.h')
-rw-r--r-- | ace/Service_Config.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/ace/Service_Config.h b/ace/Service_Config.h index 5444ee126ee..7f8ef3816b1 100644 --- a/ace/Service_Config.h +++ b/ace/Service_Config.h @@ -1,4 +1,4 @@ -/* -*- C++ -*- */ +// -*- C++ -*- //============================================================================= /** @@ -12,7 +12,9 @@ #ifndef ACE_SERVICE_CONFIG_H #define ACE_SERVICE_CONFIG_H + #include "ace/pre.h" + #include "ace/config-all.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) @@ -24,7 +26,6 @@ #include "ace/Unbounded_Queue.h" #include "ace/Unbounded_Set.h" #include "ace/SString.h" -#include "ace/DLL.h" #include "ace/XML_Svc_Conf.h" // Forward decl. @@ -32,6 +33,8 @@ class ACE_Service_Repository; class ACE_Allocator; class ACE_Reactor; class ACE_Thread_Manager; +class ACE_DLL; + #if (ACE_USES_CLASSIC_SVC_CONF == 1) class ACE_Svc_Conf_Param; #endif /* ACE_USES_CLASSIC_SVC_CONF ==1 */ @@ -448,5 +451,7 @@ private: // longer) #include "ace/Reactor.h" #include "ace/Svc_Conf_Tokens.h" + #include "ace/post.h" + #endif /* ACE_SERVICE_CONFIG_H */ |