00001 #ifndef SAGA_SAGA_SD_HPP 00002 00003 #define SAGA_SAGA_SD_HPP 00004 00005 #include <saga/saga/task.hpp> 00006 #include <saga/saga/packages/sd/service_data.hpp> 00007 #include <saga/saga/packages/sd/service_description.hpp> 00008 #include <saga/saga/packages/sd/discoverer.hpp> 00009 00010 // auto linking is disabled while compiling the sd package and while 00011 // compiling the SAGA engine 00012 #if !defined(SAGA_SD_PACKAGE_EXPORTS) || defined(SAGA_USE_AUTO_LINKING) 00013 #define SAGA_AUTOLINK_LIB_NAME "sd" 00014 #include <saga/saga/autolink.hpp> 00015 #endif 00016 00017 #endif