summaryrefslogtreecommitdiff
path: root/TAO/tao/Block_Flushing_Strategy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Block_Flushing_Strategy.cpp')
-rw-r--r--TAO/tao/Block_Flushing_Strategy.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/TAO/tao/Block_Flushing_Strategy.cpp b/TAO/tao/Block_Flushing_Strategy.cpp
index 96a6b3f12d1..e06a0c2dc6d 100644
--- a/TAO/tao/Block_Flushing_Strategy.cpp
+++ b/TAO/tao/Block_Flushing_Strategy.cpp
@@ -1,4 +1,3 @@
-// -*- C++ -*-
// $Id$
#include "Block_Flushing_Strategy.h"
@@ -7,6 +6,8 @@
ACE_RCSID(tao, Block_Flushing_Strategy, "$Id$")
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
int
TAO_Block_Flushing_Strategy::schedule_output (TAO_Transport *transport)
{
@@ -50,3 +51,5 @@ TAO_Block_Flushing_Strategy::flush_transport (TAO_Transport *transport)
}
return 0;
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL