eap c3597c66f0 + /*!
+   * \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 );
+  }
2012-12-17 15:38:09 +00:00
..
2012-09-24 11:14:08 +00:00
2012-06-05 12:18:07 +00:00
2012-12-14 13:41:32 +00:00
2012-12-17 15:38:09 +00:00
2012-06-05 12:18:07 +00:00
2012-12-17 14:14:03 +00:00