TAO_IORManip_Loader Class Reference

#include <IORManip_Loader.h>

Inheritance diagram for TAO_IORManip_Loader:

Inheritance graph
[legend]
Collaboration diagram for TAO_IORManip_Loader:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TAO_IORManip_Loader (void)
 Constructor.
virtual CORBA::Object_ptr create_object (CORBA::ORB_ptr orb, int argc, ACE_TCHAR *argv[])
 Creates a IORManip factory and returns it.

Static Public Member Functions

static int Initializer (void)
 Used to force the initialization of the ORB code.

Detailed Description

Definition at line 29 of file IORManip_Loader.h.


Constructor & Destructor Documentation

TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO_IORManip_Loader::TAO_IORManip_Loader ( void   ) 

Constructor.

Definition at line 14 of file IORManip_Loader.cpp.

00015 {
00016 }


Member Function Documentation

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

Creates a IORManip factory and returns it.

Implements TAO_Object_Loader.

Definition at line 19 of file IORManip_Loader.cpp.

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

00020 {
00021   CORBA::Object_ptr obj;
00022   ACE_NEW_RETURN (obj,
00023                   TAO_IOR_Manipulation_impl,
00024                   CORBA::Object::_nil ());
00025   return obj;
00026 }

int TAO_IORManip_Loader::Initializer ( void   )  [static]

Used to force the initialization of the ORB code.

Definition at line 29 of file IORManip_Loader.cpp.

References ACE_Service_Config::process_directive().

00030 {
00031   return ACE_Service_Config::process_directive (ace_svc_desc_TAO_IORManip_Loader);
00032 }


The documentation for this class was generated from the following files:
Generated on Tue Feb 2 17:43:37 2010 for TAO_IORManipulation by  doxygen 1.4.7