summaryrefslogtreecommitdiff
path: root/ace/Multiplexor.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Multiplexor.h')
-rw-r--r--ace/Multiplexor.h13
1 files changed, 9 insertions, 4 deletions
diff --git a/ace/Multiplexor.h b/ace/Multiplexor.h
index 12336afaac9..6afb5a653c5 100644
--- a/ace/Multiplexor.h
+++ b/ace/Multiplexor.h
@@ -10,7 +10,6 @@
* Note that these classes have never been implemented due to lack
* of need.
*
- *
* @author Doug Schmidt
*/
//=============================================================================
@@ -20,17 +19,21 @@
#define ACE_MULTIPLEXOR_H
#include /**/ "ace/pre.h"
-#include "ace/Module.h"
+#include "ace/config-all.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "ace/Map_Manager.h"
-
#if defined (ACE_HAS_THREADS)
#if 0
+
+#include "ace/Module.h"
+#include "ace/Map_Manager.h"
+
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
/**
* @class ACE_Driver
*
@@ -70,6 +73,8 @@ public:
virtual int unlink_from_below (ACE_Module *mod);
};
+ACE_END_VERSIONED_NAMESPACE_DECL
+
#if defined (__ACE_INLINE__)
#include "ace/Multiplexor.inl"
#endif /* __ACE_INLINE__ */