Public Member Functions

TAO_ServerRequestInterceptor_Adapter_Factory_Impl Class Reference

#include <ServerRequestInterceptor_Factory_Impl.h>

Inheritance diagram for TAO_ServerRequestInterceptor_Adapter_Factory_Impl:
Inheritance graph
[legend]
Collaboration diagram for TAO_ServerRequestInterceptor_Adapter_Factory_Impl:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual
TAO::ServerRequestInterceptor_Adapter * 
create (void)

Detailed Description

Definition at line 39 of file ServerRequestInterceptor_Factory_Impl.h.


Member Function Documentation

TAO::ServerRequestInterceptor_Adapter * TAO_ServerRequestInterceptor_Adapter_Factory_Impl::create ( void   )  [virtual]

Implements TAO_ServerRequestInterceptor_Adapter_Factory.

Definition at line 31 of file ServerRequestInterceptor_Factory_Impl.cpp.

{
  TAO::ServerRequestInterceptor_Adapter_Impl* obj = 0;
  ACE_NEW_RETURN (obj,
                  TAO::ServerRequestInterceptor_Adapter_Impl ,
                  0);
  return obj;
}


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines