|
Urbi SDK Remote for C++
2.7.5
|
00001 /* 00002 * Copyright (C) 2009, 2010, Gostai S.A.S. 00003 * 00004 * This software is provided "as is" without warranty of any kind, 00005 * either expressed or implied, including but not limited to the 00006 * implied warranties of fitness for a particular purpose. 00007 * 00008 * See the LICENSE file for more information. 00009 */ 00010 00012 00013 #ifndef URBI_KERNEL_VERSION_HH 00014 # define URBI_KERNEL_VERSION_HH 00015 00016 # include <libport/cstring> 00017 # include <urbi/export.hh> 00018 00019 namespace urbi 00020 { 00021 URBI_SDK_API int kernelMajor(); 00022 URBI_SDK_API int kernelMinor(); 00023 URBI_SDK_API const std::string& kernelVersion(); 00024 } 00025 00026 #endif // !URBI_KERNEL_VERSION_HH