00001
00002
00003
00004 #ifndef _IT_BUS_XA_SWITCH_INTERFACE_
00005 #define _IT_BUS_XA_SWITCH_INTERFACE_
00006
00007 #include <it_cal/features.h>
00008 #include <it_bus/api_defines.h>
00009 #include <it_bus/bus.h>
00010
00011 #include <orbix_sys/xa.h>
00012 #include <omg/XA.hh>
00013
00014 #if defined(__cplusplus)
00015 extern "C"
00016 {
00017 #endif
00018
00019
00020
00021 IT_XA_SWITCH_API xa_switch_t* IT_CDECL
00022 MQStart();
00023
00024
00025
00026 IT_XA_SWITCH_API xa_switch_t*
00027 GetXASwitch();
00028
00029 #if defined(__cplusplus)
00030 }
00031 #endif
00032
00033 #endif