]> SALOME platform Git repositories - modules/smesh.git/commit
Salome HOME
+ /*!
authoreap <eap@opencascade.com>
Mon, 17 Dec 2012 15:38:09 +0000 (15:38 +0000)
committereap <eap@opencascade.com>
Mon, 17 Dec 2012 15:38:09 +0000 (15:38 +0000)
commitc3597c66f0404ba729e09cbc7064b4d53ee556e1
treedb4403dbed8ed2f32bfed9f5ec6e6548775407a9
parentdfe68f4de1b8d1ebf127a491c9922e4b9a27c4cd
+  /*!
+   * \brief Function used in SMESH_CATCH to convert a caught exception to
+   * SALOME::SALOME_Exception
+   */
+  inline void throwCorbaException(const char* excText)
+  {
+    THROW_SALOME_CORBA_EXCEPTION( excText, SALOME::INTERNAL_ERROR );
+  }
src/SMESH_I/SMESH_Gen_i.hxx