libqi-api  2.8.7.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
qi.hpp
Go to the documentation of this file.
1 #pragma once
2 /*
3  * Copyright (c) 2012 Aldebaran Robotics. All rights reserved.
4  * Use of this source code is governed by a BSD-style license that can be
5  * found in the COPYING file.
6  */
7 
8 #ifndef _QI_QI_HPP_
9 # define _QI_QI_HPP_
10 
11 # include <qi/macro.hpp>
12 
13 QI_DEPRECATED_HEADER("Please use qi/path.hpp instead (if you need unicodeFacet, otherwise just remove this include");
14 
15 # include <qi/path.hpp>
16 
17 #endif // _QI_QI_HPP_
QI_DEPRECATED_HEADER("Please use qi/path.hpp instead (if you need unicodeFacet, otherwise just remove this include")
Various macros for qi. (deprecated, export API, disallow copy, ..) <includename>qi/macro.hpp</includename> .