SAGA C++ API 1.6
cpr.hpp
Go to the documentation of this file.
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_CPR_HPP
00007 #define SAGA_SAGA_CPR_HPP 1
00008 
00009 #include <saga/saga/packages/cpr/version.hpp>
00010 
00011 // the cpr package, inheriting from namespace and job
00012 #include <saga/saga/job.hpp>
00013 #include <saga/saga/namespace.hpp>
00014 
00015 #include <saga/saga/task.hpp>
00016 #include <saga/saga/packages/cpr/cpr_job_description.hpp>
00017 #include <saga/saga/packages/cpr/cpr_job.hpp>
00018 #include <saga/saga/packages/cpr/cpr_job_self.hpp>
00019 #include <saga/saga/packages/cpr/cpr_job_service.hpp>
00020 #include <saga/saga/packages/cpr/cpr_checkpoint.hpp>
00021 #include <saga/saga/packages/cpr/cpr_directory.hpp>
00022 
00023 #if !defined(SAGA_CPR_PACKAGE_EXPORTS)
00024 #define SAGA_AUTOLINK_LIB_NAME "cpr"
00025 #include <saga/saga/autolink.hpp>
00026 #endif
00027 
00028 #endif //  SAGA_SAGA_CPR_HPP
00029 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines