TAO_POA_Current_Factory Class Reference

#include <POA_Current_Factory.h>

Inheritance diagram for TAO_POA_Current_Factory:

Inheritance graph
[legend]
Collaboration diagram for TAO_POA_Current_Factory:

Collaboration graph
[legend]
List of all members.

Public Member Functions

virtual CORBA::Object_ptr create_object (CORBA::ORB_ptr orb, int argc, ACE_TCHAR *argv[])
 Creates a PICurrent and returns it.

Detailed Description

Definition at line 29 of file POA_Current_Factory.h.


Member Function Documentation

TAO_BEGIN_VERSIONED_NAMESPACE_DECL CORBA::Object_ptr TAO_POA_Current_Factory::create_object ( CORBA::ORB_ptr  orb,
int  argc,
ACE_TCHAR argv[] 
) [virtual]

Creates a PICurrent and returns it.

Implements TAO_Object_Loader.

Definition at line 10 of file POA_Current_Factory.cpp.

References ACE_NEW_RETURN.

00013 {
00014   TAO::Portable_Server::POA_Current* adapter = 0;
00015   ACE_NEW_RETURN (adapter,
00016                   TAO::Portable_Server::POA_Current (),
00017                   0);
00018   return adapter;
00019 }


The documentation for this class was generated from the following files:
Generated on Tue Feb 2 17:41:31 2010 for TAO_PortableServer by  doxygen 1.4.7