summaryrefslogtreecommitdiff
path: root/ace/Svcconf/Service_Object.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Svcconf/Service_Object.h')
-rw-r--r--ace/Svcconf/Service_Object.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/Svcconf/Service_Object.h b/ace/Svcconf/Service_Object.h
index 2801a8be3c4..20264866ff3 100644
--- a/ace/Svcconf/Service_Object.h
+++ b/ace/Svcconf/Service_Object.h
@@ -14,13 +14,13 @@
#define ACE_SERVICE_OBJECT_H
#include "ace/pre.h"
-#include "ace/Shared_Object.h"
+#include "ace/Svcconf/Shared_Object.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "ace/Event_Handler.h"
+#include "ace/Demux/Event_Handler.h"
#define ACE_Component ACE_Service_Object
/**
@@ -157,7 +157,7 @@ private:
};
#if defined (__ACE_INLINE__)
-#include "ace/Service_Object.i"
+#include "ace/Svcconf/Service_Object.i"
#endif /* __ACE_INLINE__ */
#include "ace/post.h"