summaryrefslogtreecommitdiff
path: root/TAO/tao/Reactive_Flushing_Strategy.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Reactive_Flushing_Strategy.h')
-rw-r--r--TAO/tao/Reactive_Flushing_Strategy.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/TAO/tao/Reactive_Flushing_Strategy.h b/TAO/tao/Reactive_Flushing_Strategy.h
index 56896b01f95..27041a0be5a 100644
--- a/TAO/tao/Reactive_Flushing_Strategy.h
+++ b/TAO/tao/Reactive_Flushing_Strategy.h
@@ -15,14 +15,12 @@
#include /**/ "ace/pre.h"
-#include "tao/Flushing_Strategy.h"
+#include "Flushing_Strategy.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
/**
* @class TAO_Reactive_Flushing_Strategy
*
@@ -39,8 +37,6 @@ public:
virtual int flush_transport (TAO_Transport *transport);
};
-TAO_END_VERSIONED_NAMESPACE_DECL
-
#include /**/ "ace/post.h"
#endif /* TAO_REACTIVE_FLUSHING_STRATEGY_H */