summaryrefslogtreecommitdiff
path: root/ace/Asynch_Pseudo_Task.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Asynch_Pseudo_Task.h')
-rw-r--r--ace/Asynch_Pseudo_Task.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Asynch_Pseudo_Task.h b/ace/Asynch_Pseudo_Task.h
index a20570737b5..7fc68e16b70 100644
--- a/ace/Asynch_Pseudo_Task.h
+++ b/ace/Asynch_Pseudo_Task.h
@@ -25,6 +25,8 @@
#include "ace/Select_Reactor.h"
#include "ace/Task.h"
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
/*
* Specialization hook to replace the Reactor with the
* concrete Reactor implementation, e.g., select_st,
@@ -63,6 +65,8 @@ protected:
ACE_Reactor reactor_;
};
+ACE_END_VERSIONED_NAMESPACE_DECL
+
#include /**/ "ace/post.h"
#endif /* ACE_ASYNCH_PSEUDO_TASK_H */