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, 0 insertions, 4 deletions
diff --git a/ace/Asynch_Pseudo_Task.h b/ace/Asynch_Pseudo_Task.h
index 7fc68e16b70..a20570737b5 100644
--- a/ace/Asynch_Pseudo_Task.h
+++ b/ace/Asynch_Pseudo_Task.h
@@ -25,8 +25,6 @@
#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,
@@ -65,8 +63,6 @@ protected:
ACE_Reactor reactor_;
};
-ACE_END_VERSIONED_NAMESPACE_DECL
-
#include /**/ "ace/post.h"
#endif /* ACE_ASYNCH_PSEUDO_TASK_H */