C++ SDK Reference  12.5
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
declspec_bdiperl.h
Go to the documentation of this file.
1 
2 /*
3  * Copyright (C) 1992-2013 Boston Dynamics
4  * ALL RIGHTS RESERVED.
5  *
6  * These coded instructions, statements, and computer programs
7  * contain unpublished proprietary information of Boston Dynamics
8  * and are protected by Copyright Laws of the United States.
9  * They may not be used, duplicated, or disclosed in any form, in
10  * whole or in part, without the prior written consent from Boston
11  * Dynamics.
12  *
13  * RESTRICTED RIGHTS LEGEND
14  * Use, duplication, or disclosure by the government is subject
15  * to restrictions as set forth in FAR 52.227.19(c)(2) or
16  * subparagraph (c)(1)(ii) of the Rights in Technical Data and
17  * Computer Software clause at DFARS 252.227-7013 and/or in
18  * similar or successor clauses in the FAR, or the DOD or NASA
19  * FAR Supplement, or to subparagraphs (c)(1) and (c)(2) of the
20  * Commercial Computer Software--Restricted Rights at 48 CFR
21  * 52.227-19, as applicable. Unpublished-rights reserved under
22  * the Copyright Laws of the United States.
23  * Contractor/Manufacturer is:
24  * Boston Dynamics/78 Fourth Avenue/Waltham MA 02451.
25  */
26 
27 #ifndef __declspec_bdiperl_H
28 #define __declspec_bdiperl_H
29 
30 #ifdef _WIN32
31 # ifdef BDI_DLL
32 # ifdef BDI_DLL_EXPORT_bdiperl
33 # define BDI_DECLSPEC_bdiperl __declspec(dllexport)
34 # if BDI_PRINT_DECLSPEC_MESSAGES
35 # pragma message("BDI_DECLSPEC_bdiperl explicitly set to dllexport")
36 # endif
37 # else
38 # define BDI_DECLSPEC_bdiperl __declspec(dllimport)
39 # if BDI_PRINT_DECLSPEC_MESSAGES
40 # pragma message("BDI_DECLSPEC_bdiperl implicitly set to dllimport")
41 # endif
42 # endif
43 # endif
44 #endif
45 
46 #ifndef BDI_DECLSPEC_bdiperl
47 # define BDI_DECLSPEC_bdiperl
48 #endif
49 
50 #endif /* __declspec_bdiperl_H */
51 
52 
53 /*
54  * Copyright (C) 1992-2013 Boston Dynamics
55  * ALL RIGHTS RESERVED.
56  *
57  * These coded instructions, statements, and computer programs
58  * contain unpublished proprietary information of Boston Dynamics
59  * and are protected by Copyright Laws of the United States.
60  * They may not be used, duplicated, or disclosed in any form, in
61  * whole or in part, without the prior written consent from Boston
62  * Dynamics.
63  *
64  * RESTRICTED RIGHTS LEGEND
65  * Use, duplication, or disclosure by the government is subject
66  * to restrictions as set forth in FAR 52.227.19(c)(2) or
67  * subparagraph (c)(1)(ii) of the Rights in Technical Data and
68  * Computer Software clause at DFARS 252.227-7013 and/or in
69  * similar or successor clauses in the FAR, or the DOD or NASA
70  * FAR Supplement, or to subparagraphs (c)(1) and (c)(2) of the
71  * Commercial Computer Software--Restricted Rights at 48 CFR
72  * 52.227-19, as applicable. Unpublished-rights reserved under
73  * the Copyright Laws of the United States.
74  * Contractor/Manufacturer is:
75  * Boston Dynamics/78 Fourth Avenue/Waltham MA 02451.
76  */
77