00001 // Copyright (c) 2005-2008 Hartmut Kaiser 00002 // 00003 // Distributed under the Boost Software License, Version 1.0. (See accompanying 00004 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 00005 00006 #ifndef SAGA_SAGA_JOB_HPP 00007 #define SAGA_SAGA_JOB_HPP 00008 00009 // file comes from the data package 00010 #include <saga/saga/task.hpp> 00011 #include <saga/saga/packages/job/version.hpp> 00012 #include <saga/saga/packages/job/job_description.hpp> 00013 #include <saga/saga/packages/job/istream.hpp> 00014 #include <saga/saga/packages/job/ostream.hpp> 00015 #include <saga/saga/packages/job/job.hpp> 00016 #include <saga/saga/packages/job/job_self.hpp> 00017 #include <saga/saga/packages/job/job_service.hpp> 00018 00019 // auto linking is disabled while compiling the job package 00020 #if !defined(SAGA_JOB_PACKAGE_EXPORTS) || defined(SAGA_USE_AUTO_LINKING) 00021 #define SAGA_AUTOLINK_LIB_NAME "job" 00022 #include <saga/saga/autolink.hpp> 00023 #endif 00024 00025 #endif // SAGA_SAGA_JOB_HPP 00026