]> SALOME platform Git repositories - modules/kernel.git/blob - src/SALOMEGUI/SALOMEGUI_QtCatchCorbaException.hxx
Salome HOME
NRI : Add message (GUI lib not found).
[modules/kernel.git] / src / SALOMEGUI / SALOMEGUI_QtCatchCorbaException.hxx
1 //=============================================================================
2 // File      : SALOMEGUI_QtCatchCorbaException.hxx
3 // Created   : mer déc 19 14:31:42 CET 2001
4 // Author    : Paul RASCLE, EDF
5 // Project   : SALOME
6 // Copyright : EDF 2001
7 // $Header$
8 //=============================================================================
9
10 #ifndef _SALOMEGUI__QTCATCHCORBAEXCEPTION_HXX_
11 #define _SALOMEGUI__QTCATCHCORBAEXCEPTION_HXX_
12
13 #include <SALOMEconfig.h>
14 #include CORBA_CLIENT_HEADER(SALOME_Exception)
15
16 void QtCatchCorbaException(const SALOME::SALOME_Exception & S_ex);
17
18 #endif