summaryrefslogtreecommitdiff
path: root/TAO/tao/Asynch_Reply_Dispatcher_Base.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Asynch_Reply_Dispatcher_Base.i')
-rw-r--r--TAO/tao/Asynch_Reply_Dispatcher_Base.i6
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/tao/Asynch_Reply_Dispatcher_Base.i b/TAO/tao/Asynch_Reply_Dispatcher_Base.i
index af9c34d4242..c63371d74a4 100644
--- a/TAO/tao/Asynch_Reply_Dispatcher_Base.i
+++ b/TAO/tao/Asynch_Reply_Dispatcher_Base.i
@@ -1,5 +1,9 @@
+// -*- C++ -*-
+//
// $Id$
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
namespace TAO
{
ACE_INLINE void
@@ -10,3 +14,5 @@ namespace TAO
(void) ardb->decr_refcount ();
}
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL