summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/EC_Priority_Dispatching.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Event/EC_Priority_Dispatching.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_Priority_Dispatching.h11
1 files changed, 3 insertions, 8 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_Priority_Dispatching.h b/TAO/orbsvcs/orbsvcs/Event/EC_Priority_Dispatching.h
index ebbb6cd6085..68e7f4b927b 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_Priority_Dispatching.h
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_Priority_Dispatching.h
@@ -1,5 +1,4 @@
-// -*- C++ -*-
-
+/* -*- C++ -*- */
/**
* @file EC_Priority_Dispatching.h
*
@@ -17,19 +16,17 @@
#define TAO_EC_PRIORITY_DISPATCHING_H
#include /**/ "ace/pre.h"
-#include "orbsvcs/Event/EC_Dispatching.h"
+#include "EC_Dispatching.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
#include "orbsvcs/RtecSchedulerC.h"
-#include "orbsvcs/Event/sched_event_export.h"
+#include "sched_event_export.h"
#include "ace/Thread_Manager.h"
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
class TAO_EC_Dispatching_Task;
class TAO_EC_Event_Channel_Base;
@@ -84,7 +81,5 @@ private:
RtecScheduler::Scheduler_var scheduler_;
};
-TAO_END_VERSIONED_NAMESPACE_DECL
-
#include /**/ "ace/post.h"
#endif /* TAO_EC_PRIORITY_DISPATCHING_H */