| 
    TAO_PI
    2.0.8
    
   
   | 
  
  
  
 
Helper class that provides methods useful for both PortableInterceptor::ClientRequestInfo and PortableInterceptor::ServerRequestInfo objects. More...
#include <RequestInfo_Util.h>
Static Public Member Functions | |
Factory Methods  | |
These are methods called by TAO_{Client,Server}RequestInfo and their subclasses. Rather than having the same factory code in each subclass, we factor the common code in to this utility class.  | |
| static Dynamic::ParameterList * | make_parameter_list (void) | 
| static Dynamic::ExceptionList * | make_exception_list (void) | 
| static Dynamic::ContextList * | make_context_list (void) | 
| static Dynamic::RequestContext * | make_request_context (void) | 
| static CORBA::Any * | make_any (CORBA::Boolean tk_void_any) | 
Helper class that provides methods useful for both PortableInterceptor::ClientRequestInfo and PortableInterceptor::ServerRequestInfo objects.
| CORBA::Any * TAO_RequestInfo_Util::make_any | ( | CORBA::Boolean | tk_void_any | ) |  [static] | 
        
| Dynamic::ContextList * TAO_RequestInfo_Util::make_context_list | ( | void | ) |  [static] | 
        
| Dynamic::ExceptionList * TAO_RequestInfo_Util::make_exception_list | ( | void | ) |  [static] | 
        
| Dynamic::ParameterList * TAO_RequestInfo_Util::make_parameter_list | ( | void | ) |  [static] | 
        
| Dynamic::RequestContext * TAO_RequestInfo_Util::make_request_context | ( | void | ) |  [static] | 
        
 1.7.5.1