00001 // @Copyright (c) 2004-2005 IONA Technologies PLC. All Rights Reserved. 00002 // 00003 00004 #ifndef _IT_BUS_OTS_SWITCH_INTERFACE_ 00005 #define _IT_BUS_OTS_SWITCH_INTERFACE_ 00006 00007 #pragma message( "\nUsage of the <it_bus/ots_switch.h> header file is deprecated. Please include <it_bus/xa_switch.h> instead!\n" ) 00008 00009 #include <it_bus/xa_switch.h> 00010 00011 /* allow users to use the old function name */ 00012 #define it_get_ots_switch GetXASwitch 00013 00014 #endif