TAO_PICurrent_Loader Class Reference

#include <PICurrent_Loader.h>

Inheritance diagram for TAO_PICurrent_Loader:

Inheritance graph
[legend]
Collaboration diagram for TAO_PICurrent_Loader:

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[]) throw (CORBA::SystemException)
 Creates a PICurrent and returns it.


Member Function Documentation

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

Creates a PICurrent and returns it.

Implements TAO_Object_Loader.

Definition at line 31 of file PICurrent_Loader.cpp.

References CORBA::Object::_nil(), and ACE_NEW_RETURN.

00037 {
00038   CORBA::Object_ptr obj = CORBA::Object::_nil ();
00039   ACE_NEW_RETURN (obj,
00040                   TAO::PICurrent (*orb->orb_core ()),
00041                   CORBA::Object::_nil ());
00042   return obj;
00043 }


The documentation for this class was generated from the following files:
Generated on Thu Nov 9 12:52:34 2006 for TAO_PI by doxygen 1.3.6