summaryrefslogtreecommitdiff
path: root/TAO/tao/Bind_Dispatcher_Guard.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Bind_Dispatcher_Guard.i')
-rw-r--r--TAO/tao/Bind_Dispatcher_Guard.i8
1 files changed, 6 insertions, 2 deletions
diff --git a/TAO/tao/Bind_Dispatcher_Guard.i b/TAO/tao/Bind_Dispatcher_Guard.i
index 64bce7bf6f6..c4a3477f7ee 100644
--- a/TAO/tao/Bind_Dispatcher_Guard.i
+++ b/TAO/tao/Bind_Dispatcher_Guard.i
@@ -1,4 +1,5 @@
-// This may look like C, but it's really -*- C++ -*-
+// -*- C++ -*-
+//
// $Id$
// ===========================================================================
@@ -15,6 +16,7 @@
#include "tao/Reply_Dispatcher.h"
#include "tao/Transport_Mux_Strategy.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
ACE_INLINE void
TAO_Bind_Dispatcher_Guard::status (int s)
@@ -31,7 +33,7 @@ TAO_Bind_Dispatcher_Guard::status (void) const
ACE_INLINE int
TAO_Bind_Dispatcher_Guard::unbind_dispatcher (void)
{
- int retval =
+ int const retval =
this->tms_->unbind_dispatcher (this->request_id_);
// Already unbound and so do not try again during destruction.
@@ -40,3 +42,5 @@ TAO_Bind_Dispatcher_Guard::unbind_dispatcher (void)
return retval;
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL