it_wsdl/api_defines.h

00001 #if !defined(IT_WSDL_API_DEFINES_INCLUDED_)
00002 #define IT_WSDL_API_DEFINES_INCLUDED_
00003 
00004 #include <it_cal/types.h>
00005 
00006 
00007 #if !defined(IT_WSDL_API)
00008 #if defined(IT_WSDL_API_EXPORT)
00009 #define IT_WSDL_API    IT_DECLSPEC_EXPORT
00010 #else
00011 #define IT_WSDL_API    IT_DECLSPEC_IMPORT
00012 #endif
00013 #endif
00014 
00015 #endif

Generated on Tue Mar 20 15:27:40 2007 for Artix by  doxygen 1.5.1-p1