summaryrefslogtreecommitdiff
path: root/TAO/tao/DynamicInterface/Request.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-11-03 17:38:46 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-11-03 17:38:46 +0000
commitf14a01b8fbabdbf58e4bbc74cc5a84d672b20dfc (patch)
treeb8adf3c7f0f24648d2298f4e62ad003dc221b1c3 /TAO/tao/DynamicInterface/Request.cpp
parent759d626f579791e15c91b2bc847b9d4ef7adee29 (diff)
downloadATCD-f14a01b8fbabdbf58e4bbc74cc5a84d672b20dfc.tar.gz
ChangeLogTag:Thu Nov 3 09:26:21 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/DynamicInterface/Request.cpp')
-rw-r--r--TAO/tao/DynamicInterface/Request.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/tao/DynamicInterface/Request.cpp b/TAO/tao/DynamicInterface/Request.cpp
index bc6317b1e53..1c30f20f061 100644
--- a/TAO/tao/DynamicInterface/Request.cpp
+++ b/TAO/tao/DynamicInterface/Request.cpp
@@ -23,6 +23,8 @@ ACE_RCSID (DynamicInterface,
#endif /* ! __ACE_INLINE__ */
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
// Reference counting for DII Request object.
CORBA::ULong
@@ -353,3 +355,4 @@ CORBA::Request::handle_response (TAO_InputCDR &incoming,
}
}
+TAO_END_VERSIONED_NAMESPACE_DECL