summaryrefslogtreecommitdiff
path: root/ace/FlReactor.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/FlReactor.h')
-rw-r--r--ace/FlReactor.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/FlReactor.h b/ace/FlReactor.h
index b1813fdd9bd..75d88b0ab5c 100644
--- a/ace/FlReactor.h
+++ b/ace/FlReactor.h
@@ -28,6 +28,8 @@
#include "ace/ACE_FlReactor_export.h"
#include "ace/Select_Reactor.h"
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
/**
* @class ACE_FlReactor
*
@@ -102,5 +104,7 @@ private:
ACE_FlReactor &operator = (const ACE_FlReactor &);
};
+ACE_END_VERSIONED_NAMESPACE_DECL
+
#include /**/ "ace/post.h"
#endif /* ACE_FLREACTOR_H */