summaryrefslogtreecommitdiff
path: root/TAO/tao/RTScheduling/RTScheduler.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/RTScheduling/RTScheduler.h')
-rw-r--r--TAO/tao/RTScheduling/RTScheduler.h13
1 files changed, 3 insertions, 10 deletions
diff --git a/TAO/tao/RTScheduling/RTScheduler.h b/TAO/tao/RTScheduling/RTScheduler.h
index 3dbcb0553b9..92c60b13038 100644
--- a/TAO/tao/RTScheduling/RTScheduler.h
+++ b/TAO/tao/RTScheduling/RTScheduler.h
@@ -1,5 +1,3 @@
-// -*- C++ -*-
-
// $Id$
//=============================================================================
@@ -19,16 +17,13 @@
#define TAO_RTSCHEDULER_H_
#include /**/ "ace/pre.h"
-#include "tao/RTScheduling/rtscheduler_export.h"
+#include "rtscheduler_export.h"
+
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "tao/Versioned_Namespace.h"
-
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
class TAO_RTScheduler_Export TAO_RTScheduler_Initializer
{
public:
@@ -38,10 +33,8 @@ public:
static TAO_RTScheduler_Initializer TAO_RTScheduler_initializer;
-TAO_END_VERSIONED_NAMESPACE_DECL
-
#define TAO_RTSCHEDULER_SAFE_INCLUDE
-#include "tao/RTScheduling/RTSchedulerC.h"
+#include "RTSchedulerC.h"
#undef TAO_RTSCHEDULER_SAFE_INCLUDE
#include /**/ "ace/post.h"