summaryrefslogtreecommitdiff
path: root/TAO/tao/PI/RequestInfo_Util.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PI/RequestInfo_Util.cpp')
-rw-r--r--TAO/tao/PI/RequestInfo_Util.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/TAO/tao/PI/RequestInfo_Util.cpp b/TAO/tao/PI/RequestInfo_Util.cpp
index 191a30e51c4..65d42175dd2 100644
--- a/TAO/tao/PI/RequestInfo_Util.cpp
+++ b/TAO/tao/PI/RequestInfo_Util.cpp
@@ -2,7 +2,7 @@
//
// $Id$
-#include "RequestInfo_Util.h"
+#include "tao/PI/RequestInfo_Util.h"
#if TAO_HAS_INTERCEPTORS == 1
@@ -16,6 +16,7 @@ ACE_RCSID (tao,
RequestInfo_Util,
"$Id$")
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
Dynamic::ParameterList *
TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_DECL)
@@ -97,15 +98,16 @@ TAO_RequestInfo_Util::make_any (CORBA::Boolean tk_void_any
0,
ENOMEM),
CORBA::COMPLETED_NO));
+ ACE_CHECK_RETURN (any);
if (tk_void_any)
{
any->_tao_set_typecode (CORBA::_tc_void);
}
- // No need to do an ACE_CHECK_RETURN. The caller should do that.
-
return any;
}
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#endif