#include "SMESH_Client.hxx"#include "SMESH_Mesh.hxx"#include "SALOME_NamingService.hxx"#include "SALOME_LifeCycleCORBA.hxx"#include <SALOMEconfig.h>#include <CORBA_SERVER_HEADER(SALOME_Component)>#include <CORBA_SERVER_HEADER(SALOME_Exception)>#include "Basics_Utils.hxx"#include "utilities.h"#include <unistd.h>#include <stdexcept>
Go to the source code of this file.
Defines | |
| #define | EXCEPTION(TYPE, MSG) |
Variables | |
| static int | MYDEBUG = 0 |
| #define EXCEPTION | ( | TYPE, | |
| MSG | |||
| ) |
{\
std::ostringstream aStream;\
aStream<<__FILE__<<"["<<__LINE__<<"]::"<<MSG;\
throw TYPE(aStream.str());\
}
Definition at line 48 of file SMESH_Client.cxx.
Definition at line 58 of file SMESH_Client.cxx.