SAGA C++ API 1.6
version.cpp
Go to the documentation of this file.
00001 //  Copyright (c) 2005-2009 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 #include <saga/saga/packages/job/version.hpp>
00007 
00009 namespace saga 
00010 {
00011   // Returns the version of the SAGA job package
00012   unsigned long get_job_package_version (void)
00013   {
00014     return SAGA_VERSION_PACKAGE_JOB_FULL;
00015   }
00016 
00017   // Returns the implemented SAGA job package API version
00018   unsigned long get_job_package_api_version (void)
00019   {
00020     return SAGA_VERSION_PACKAGE_JOB_API;
00021   }
00022 
00023 } // namespace saga
00025 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines