#include "utilities.h"
#include "SALOME_LifeCycleCORBA.hxx"
#include "SALOMEDS_StudyManager_i.hxx"
#include "SALOMEDS_Study_i.hxx"
#include "SALOMEDS_SComponent_i.hxx"
#include "SALOMEDS_Driver_i.hxx"
#include "SALOMEDS.hxx"
#include "SALOMEDSImpl_Study.hxx"
#include "SALOMEDSImpl_SObject.hxx"
#include "SALOMEDSImpl_SComponent.hxx"
#include "SALOMEDSImpl_AttributeIOR.hxx"
#include "Utils_CorbaException.hxx"
#include "Utils_ExceptHandlers.hxx"
#include "Basics_Utils.hxx"
#include "SALOME_GenericObj_i.hh"
#include <sstream>
#include <vector>
#include <map>
#include <sys/types.h>
#include <unistd.h>
Namespaces | |
namespace | SALOMEDS |
This package contains the interfaces used for creation, management and modification of the Study. | |
Functions | |
UNEXPECT_CATCH (SalomeException, SALOME::SALOME_Exception) | |
UNEXPECT_CATCH (LockProtection, SALOMEDS::StudyBuilder::LockProtection) | |
static SALOMEDS_Driver_i * | GetDriver (const SALOMEDSImpl_SObject &theObject, CORBA::ORB_ptr orb) |
PortableServer::ServantBase_var | SALOMEDS::GetServant (CORBA::Object_ptr theObject, PortableServer::POA_ptr thePOA) |
Variables | |
static std::map< int, PortableServer::POA_ptr > | _mapOfPOA |
|
static |
UNEXPECT_CATCH | ( | SalomeException | , |
SALOME::SALOME_Exception | |||
) |
UNEXPECT_CATCH | ( | LockProtection | , |
SALOMEDS::StudyBuilder::LockProtection | |||
) |
|
static |