summaryrefslogtreecommitdiff
path: root/TAO/tao/PI/RequestInfo_Util.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PI/RequestInfo_Util.h')
-rw-r--r--TAO/tao/PI/RequestInfo_Util.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/TAO/tao/PI/RequestInfo_Util.h b/TAO/tao/PI/RequestInfo_Util.h
index cf4c1b20366..56537358735 100644
--- a/TAO/tao/PI/RequestInfo_Util.h
+++ b/TAO/tao/PI/RequestInfo_Util.h
@@ -51,7 +51,6 @@ namespace Dynamic
class TAO_PI_Export TAO_RequestInfo_Util
{
public:
-
/**
* @name Factory Methods
*
@@ -61,13 +60,13 @@ public:
* class.
*/
//@{
- static Dynamic::ParameterList * make_parameter_list (void);
+ static Dynamic::ParameterList * make_parameter_list ();
- static Dynamic::ExceptionList * make_exception_list (void);
+ static Dynamic::ExceptionList * make_exception_list ();
- static Dynamic::ContextList * make_context_list (void);
+ static Dynamic::ContextList * make_context_list ();
- static Dynamic::RequestContext * make_request_context (void);
+ static Dynamic::RequestContext * make_request_context ();
static CORBA::Any * make_any (CORBA::Boolean tk_void_any);
//@}