summaryrefslogtreecommitdiff
path: root/ace/Service_Config.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2003-02-20 17:04:19 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2003-02-20 17:04:19 +0000
commitce1f9abf77837258cc62e42f6bac25cc708e8a5f (patch)
tree60955587fb9ffb8b0581545b140807cc62000d0e /ace/Service_Config.h
parentbaf59f9973c716737424776e674619da03ccd155 (diff)
downloadATCD-ce1f9abf77837258cc62e42f6bac25cc708e8a5f.tar.gz
ChangeLogTag:Thu Feb 20 09:01:55 2003 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'ace/Service_Config.h')
-rw-r--r--ace/Service_Config.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/ace/Service_Config.h b/ace/Service_Config.h
index 617bbfa9208..9c20e388519 100644
--- a/ace/Service_Config.h
+++ b/ace/Service_Config.h
@@ -21,15 +21,17 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "ace/Service_Types.h"
-#include "ace/Signal.h"
#include "ace/Unbounded_Queue.h"
#include "ace/Unbounded_Set.h"
#include "ace/SString.h"
#include "ace/XML_Svc_Conf.h"
+
// Forward decl.
+class ACE_Service_Type;
+class ACE_Service_Type_Impl;
class ACE_Service_Repository;
+class ACE_Sig_Adapter;
class ACE_Allocator;
class ACE_Reactor;
class ACE_Thread_Manager;