summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/AV/Flows_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/AV/Flows_T.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/AV/Flows_T.cpp11
1 files changed, 7 insertions, 4 deletions
diff --git a/TAO/orbsvcs/orbsvcs/AV/Flows_T.cpp b/TAO/orbsvcs/orbsvcs/AV/Flows_T.cpp
index 86cef7e0568..c2e6683d223 100644
--- a/TAO/orbsvcs/orbsvcs/AV/Flows_T.cpp
+++ b/TAO/orbsvcs/orbsvcs/AV/Flows_T.cpp
@@ -1,11 +1,12 @@
//$Id$
-#ifndef TAO_AV_FLOWS_T_C
-#define TAO_AV_FLOWS_T_C
+#ifndef TAO_AV_FLOWS_T_CPP
+#define TAO_AV_FLOWS_T_CPP
-#include "Flows_T.h"
+#include "orbsvcs/AV/Flows_T.h"
#include "tao/debug.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
// ------------------------------------------------------------
// TAO_FDev
@@ -246,4 +247,6 @@ TAO_FDev<T_Producer, T_Consumer>::destroy (AVStreams::FlowEndPoint_ptr /* the_ep
if (TAO_debug_level > 0) ACE_DEBUG ((LM_DEBUG,"TAO_StreamEndPoint::destroy failed\n"));
}
-#endif /* TAO_AV_FLOWS_T_C */
+TAO_END_VERSIONED_NAMESPACE_DECL
+
+#endif /* TAO_AV_FLOWS_T_CPP */