SAGA C++ API 1.6
version.cpp
Go to the documentation of this file.
00001 //  Copyright (c) 2005-2009 Hartmut Kaiser
00002 //  Copyright (c) 2005-2007 Andre Merzky (andre@merzky.net)
00003 // 
00004 //  Distributed under the Boost Software License, Version 1.0. (See accompanying 
00005 //  file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
00006 
00007 #include <saga/saga/packages/advert/version.hpp>
00008 
00010 namespace saga 
00011 {
00012     // Returns the version of the SAGA advert package
00013     unsigned long get_advert_package_version (void)
00014     {
00015         return SAGA_VERSION_PACKAGE_ADVERT_FULL;
00016     }
00017 
00018     // Returns the implemented SAGA file package API version
00019     unsigned long get_advert_package_api_version (void)
00020     {
00021         return SAGA_VERSION_PACKAGE_ADVERT_API;
00022     }
00023 
00024 } // namespace saga
00026 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines