00001 #ifndef _IT_ROUTING_ROUTING_API_H_ 00002 #define _IT_ROUTING_ROUTING_API_H_ 00003 00004 // @Copyright (c) 2003 IONA Technologies PLC. All Rights Reserved. 00005 // 00006 00007 #include <it_cal/features.h> 00008 00009 #if !defined(IT_ROUTING_API) 00010 #if defined(IT_ROUTING_API_EXPORT) 00011 #define IT_ROUTING_API IT_DECLSPEC_EXPORT 00012 #else 00013 #define IT_ROUTING_API IT_DECLSPEC_IMPORT 00014 #endif 00015 #endif 00016 00017 00018 #endif