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_BEGIN_VERSIONED_NAMESPACE_DECL 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.

References ACE_NEW_RETURN.

00032 {
00033   TAO::ServerRequestInterceptor_Adapter_Impl* obj = 0;
00034   ACE_NEW_RETURN (obj,
00035                   TAO::ServerRequestInterceptor_Adapter_Impl ,
00036                   0);
00037   return obj;
00038 }


The documentation for this class was generated from the following files:
Generated on Tue Feb 2 17:42:18 2010 for TAO_PI_Server by  doxygen 1.4.7