libalcommon  2.1.0.18
/home/opennao/work/master/sdk/libnaoqi/libalcommon/alcommon/api.h
Go to the documentation of this file.
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 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines