summaryrefslogtreecommitdiff
path: root/ace/Reactor_Notification_Strategy.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Reactor_Notification_Strategy.h')
-rw-r--r--ace/Reactor_Notification_Strategy.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/ace/Reactor_Notification_Strategy.h b/ace/Reactor_Notification_Strategy.h
index 4a38f37ec25..5d38f5609a6 100644
--- a/ace/Reactor_Notification_Strategy.h
+++ b/ace/Reactor_Notification_Strategy.h
@@ -1,4 +1,4 @@
-/* -*- C++ -*- */
+// -*- C++ -*-
//=============================================================================
/**
@@ -11,6 +11,7 @@
//=============================================================================
#ifndef ACE_REACTOR_NOTIFICATION_STRATEGY_H
#define ACE_REACTOR_NOTIFICATION_STRATEGY_H
+
#include /**/ "ace/pre.h"
#include "ace/Notification_Strategy.h"
@@ -19,12 +20,14 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
/**
* @class ACE_Reactor_Notification_Strategy
*
* @brief Used to notify an ACE_Reactor
*
- * Integrates the <ACE_Message_Queue> notification into the
+ * Integrates the ACE_Message_Queue notification into the
* <ACE_Reactor::notify> method.
*/
class ACE_Export ACE_Reactor_Notification_Strategy : public ACE_Notification_Strategy
@@ -53,9 +56,12 @@ protected:
ACE_Reactor *reactor_;
};
+ACE_END_VERSIONED_NAMESPACE_DECL
+
#if defined (__ACE_INLINE__)
#include "ace/Reactor_Notification_Strategy.inl"
#endif /* __ACE_INLINE __ */
#include /**/ "ace/post.h"
+
#endif /*ACE_REACTOR_NOTIFICATION_STRATEGY_H */