Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members

it_bus/xa_switch.h

00001 // @Copyright (c) 2005 IONA Technologies PLC. All Rights Reserved.
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     // function for running under MQ as XA TM
00020     //
00021     IT_XA_SWITCH_API xa_switch_t* IT_CDECL
00022     MQStart();
00023 
00024     // function used to obtain an XA Switch instance
00025     //
00026     IT_XA_SWITCH_API xa_switch_t*
00027     GetXASwitch();
00028 
00029 #if defined(__cplusplus)
00030 }
00031 #endif
00032 
00033 #endif 

Generated on Wed Mar 22 12:23:11 2006 for Artix by  doxygen 1.3.9.1