libalcommon
2.0.6.8
|
00001 /* 00002 * Copyright (C) 2011, 2012 Aldebaran Robotics 00003 */ 00004 00005 #pragma once 00006 #ifndef _ALCOMMON_API_HPP_ 00007 #define _ALCOMMON_API_HPP_ 00008 00009 #include <qi/macro.hpp> 00010 00011 #ifdef alcommon_EXPORTS 00012 # define ALCOMMON_API QI_EXPORT_API 00013 #else 00014 # define ALCOMMON_API QI_IMPORT_API 00015 #endif 00016 00017 #define ALCOMMON_API_LEVEL 1 00018 00019 #endif // _ALCOMMON_API_HPP_ 00020