nds2-client - ClientDeveloper  0.16.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
nds_version.hh
Go to the documentation of this file.
1 /* -*- mode: C++ ; c-basic-offset: 2; indent-tabs-mode: nil -*- */
2 
3 #ifndef SWIG__COMMON__NDS_VERSION_HH
4 #define SWIG__COMMON__NDS_VERSION_HH
5 
6 #include <string>
7 
8 #include "nds_export.hh"
9 
10 namespace NDS
11 {
12  inline namespace abi_0
13  {
14  DLL_EXPORT std::string version( );
15  }
16 };
17 
18 #endif // SWIG__COMMON__NDS_VERSION_HH
#define DLL_EXPORT
Definition: channel.h:12
std::string version()
Definition: nds_version.cc:10