00001
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033
00034
00035 #ifndef _CORBA_UTIL_H_
00036 #define _CORBA__UTIL_H_
00037
00038
00039 #include <orbit/orbit.h>
00040 #include "sensix.h"
00041 #include "sense_impl.h"
00042
00043 bool_t raised_exception(CORBA_Environment *ev);
00044 bool_t raised_exception_is_a(CORBA_Environment *ev, CORBA_char* id);
00045 void abort_if_exception(CORBA_Environment *ev, const char* mesg);
00046
00047
00048 #endif // _CORBA_UTIL_H_