summaryrefslogtreecommitdiff
path: root/ace/Notification_Strategy.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Notification_Strategy.h')
-rw-r--r--ace/Notification_Strategy.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/ace/Notification_Strategy.h b/ace/Notification_Strategy.h
index 751868152b4..07e1a179563 100644
--- a/ace/Notification_Strategy.h
+++ b/ace/Notification_Strategy.h
@@ -1,5 +1,4 @@
-// -*- C++ -*-
-
+/* -*- C++ -*- */
//=============================================================================
/**
* @file Notification_Strategy.h
@@ -19,8 +18,6 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
// Forward decls.
class ACE_Reactor;
@@ -67,7 +64,6 @@ protected:
ACE_Reactor_Mask mask_;
};
-ACE_END_VERSIONED_NAMESPACE_DECL
#if defined (__ACE_INLINE__)
#include "ace/Notification_Strategy.inl"