Version: 8.3.0
SALOMEDS_DriverFactory_i Class Reference

#include <SALOMEDS_Driver_i.hxx>

Inheritance diagram for SALOMEDS_DriverFactory_i:

Public Member Functions

 SALOMEDS_DriverFactory_i (CORBA::ORB_ptr theORB)
 
 ~SALOMEDS_DriverFactory_i ()
 
virtual SALOMEDSImpl_DriverGetDriverByType (const std::string &theComponentType)
 
virtual SALOMEDSImpl_DriverGetDriverByIOR (const std::string &theIOR)
 

Protected Attributes

CORBA::ORB_var _orb
 
SALOME_NamingService_name_service
 

Constructor & Destructor Documentation

SALOMEDS_DriverFactory_i::SALOMEDS_DriverFactory_i ( CORBA::ORB_ptr  theORB)

References _name_service, and _orb.

SALOMEDS_DriverFactory_i::~SALOMEDS_DriverFactory_i ( )

References _name_service.

Member Function Documentation

SALOMEDSImpl_Driver * SALOMEDS_DriverFactory_i::GetDriverByIOR ( const std::string &  theIOR)
virtual

Implements SALOMEDSImpl_DriverFactory.

References _orb.

SALOMEDSImpl_Driver * SALOMEDS_DriverFactory_i::GetDriverByType ( const std::string &  theComponentType)
virtual

Field Documentation

SALOME_NamingService* SALOMEDS_DriverFactory_i::_name_service
protected
CORBA::ORB_var SALOMEDS_DriverFactory_i::_orb
protected