#include <iostream>#include <SALOMEconfig.h>#include <CORBA_SERVER_HEADER(SALOME_GenericObj)>#include <CORBA_SERVER_HEADER(SALOMEDS)>#include <CORBA_CLIENT_HEADER(SALOME_Session)>#include <stdio.h>#include "SALOMEDS_SComponentIterator_i.hxx"#include "SALOMEDS_StudyBuilder_i.hxx"#include "SALOMEDS_SObject_i.hxx"#include "SALOMEDS_UseCaseBuilder_i.hxx"#include "SALOMEDS_Driver_i.hxx"#include "SALOMEDSImpl_Study.hxx"#include "SALOMEDSImpl_AttributeIOR.hxx"

Go to the source code of this file.
Data Structures | |
| class | SALOMEDS_Study_i |
Namespaces | |
| KERNEL | |
| Methods to be used in SSL mode to skip NS. | |
Functions | |
| Standard_EXPORT SALOMEDS::Study_ptr | KERNEL::getStudyServantSA () |
| Return a unique study obj but servant is embeded here. More... | |
| Standard_EXPORT SALOMEDS::Study_var | KERNEL::retrieveNewStudyServantSA () |
| Standard_EXPORT void | KERNEL::killStudyServantSA () |
| Standard_EXPORT void | KERNEL::setStudyServantSA (SALOMEDS::Study_var study) |
| Standard_EXPORT void | KERNEL::setStudyServantSA (SALOMEDS::Study_var study, PortableServer::POA_var poa) |
| If a study is already built and activated elsewhere (for example in GUI context) More... | |