YARP
Yet Another Robot Platform
api.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2006-2020 Istituto Italiano di Tecnologia (IIT)
3  * All rights reserved.
4  *
5  * This software may be modified and distributed under the terms of the
6  * BSD-3-Clause license. See the accompanying LICENSE file for details.
7  */
8 
9 #ifndef YARP_WIRE_REP_UTILS_WIRE_REP_UTILS_API_H
10 #define YARP_WIRE_REP_UTILS_WIRE_REP_UTILS_API_H
11 
12 #include <yarp/conf/api.h>
13 
14 // avoid dll export until YARP_wire_rep_utils becomes dynamic again
15 #define YARP_wire_rep_utils_API
16 
17 #ifndef YARP_wire_rep_utils_API
18 # ifdef wire_rep_utils_EXPORTS
19 # define YARP_wire_rep_utils_API YARP_EXPORT
20 # define YARP_wire_rep_utils_EXTERN YARP_EXPORT_EXTERN
21 # else
22 # define YARP_wire_rep_utils_API YARP_IMPORT
23 # define YARP_wire_rep_utils_EXTERN YARP_IMPORT_EXTERN
24 # endif
25 # define YARP_wire_rep_utils_DEPRECATED_API YARP_DEPRECATED_API
26 # define YARP_wire_rep_utils_DEPRECATED_API_MSG(X) YARP_DEPRECATED_API_MSG(X)
27 #endif
28 
29 #endif // YARP_WIRE_REP_UTILS_API_WIRE_REP_UTILS_H
api.h