mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-29 10:50:34 +05:00
Add missing throw (SALOME::SALOME_Exception)
This commit is contained in:
parent
bd7cecec9a
commit
7085686b04
@ -163,28 +163,23 @@ public:
|
|||||||
throw (SALOME::SALOME_Exception);
|
throw (SALOME::SALOME_Exception);
|
||||||
|
|
||||||
|
|
||||||
SMESH::SMESH_Group_ptr ConvertToStandalone( SMESH::SMESH_GroupBase_ptr theGroupOn );
|
SMESH::SMESH_Group_ptr ConvertToStandalone( SMESH::SMESH_GroupBase_ptr theGroupOn )
|
||||||
|
throw (SALOME::SALOME_Exception);
|
||||||
// SMESH::string_array* GetLog(CORBA::Boolean clearAfterGet)
|
|
||||||
// throw (SALOME::SALOME_Exception);
|
|
||||||
|
|
||||||
SMESH::log_array* GetLog(CORBA::Boolean clearAfterGet)
|
SMESH::log_array* GetLog(CORBA::Boolean clearAfterGet)
|
||||||
throw (SALOME::SALOME_Exception);
|
throw (SALOME::SALOME_Exception);
|
||||||
|
|
||||||
SMESH::SMESH_MeshEditor_ptr GetMeshEditor();
|
SMESH::SMESH_MeshEditor_ptr GetMeshEditor() throw (SALOME::SALOME_Exception);
|
||||||
|
|
||||||
SMESH::SMESH_MeshEditor_ptr GetMeshEditPreviewer();
|
SMESH::SMESH_MeshEditor_ptr GetMeshEditPreviewer() throw (SALOME::SALOME_Exception);
|
||||||
|
|
||||||
CORBA::Boolean HasModificationsToDiscard() throw (SALOME::SALOME_Exception);
|
CORBA::Boolean HasModificationsToDiscard() throw (SALOME::SALOME_Exception);
|
||||||
|
|
||||||
void ClearLog()
|
void ClearLog() throw (SALOME::SALOME_Exception);
|
||||||
throw (SALOME::SALOME_Exception);
|
|
||||||
|
|
||||||
CORBA::Long GetId()
|
CORBA::Long GetId() throw (SALOME::SALOME_Exception);
|
||||||
throw (SALOME::SALOME_Exception);
|
|
||||||
|
|
||||||
CORBA::Long GetStudyId()
|
CORBA::Long GetStudyId() throw (SALOME::SALOME_Exception);
|
||||||
throw (SALOME::SALOME_Exception);
|
|
||||||
|
|
||||||
// --- C++ interface
|
// --- C++ interface
|
||||||
void SetImpl(::SMESH_Mesh* impl);
|
void SetImpl(::SMESH_Mesh* impl);
|
||||||
|
Loading…
Reference in New Issue
Block a user