libalcommon  2.8.7.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
api.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2011, 2012 Aldebaran Robotics
3  */
4 
5 #pragma once
6 #ifndef _ALCOMMON_API_HPP_
7 #define _ALCOMMON_API_HPP_
8 
9 #include <qi/macro.hpp>
10 
11 #ifdef alcommon_EXPORTS
12 # define ALCOMMON_API QI_EXPORT_API
13 #else
14 # define ALCOMMON_API QI_IMPORT_API
15 #endif
16 
17 #define ALCOMMON_API_LEVEL 1
18 
19 #endif // _ALCOMMON_API_HPP_
20