summaryrefslogtreecommitdiff
path: root/TAO/tao/Flushing_Strategy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Flushing_Strategy.cpp')
-rw-r--r--TAO/tao/Flushing_Strategy.cpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/TAO/tao/Flushing_Strategy.cpp b/TAO/tao/Flushing_Strategy.cpp
index 5d3e59a7e66..6d66ee99975 100644
--- a/TAO/tao/Flushing_Strategy.cpp
+++ b/TAO/tao/Flushing_Strategy.cpp
@@ -1,12 +1,16 @@
-// -*- C++ -*-
// $Id$
-#include "Flushing_Strategy.h"
+#include "tao/Flushing_Strategy.h"
ACE_RCSID (tao,
Flushing_Strategy,
"$Id$")
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
TAO_Flushing_Strategy::~TAO_Flushing_Strategy (void)
{
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL