Salome HOME
Fix unit tests
[modules/shaper.git] / src / ExchangePlugin / ExchangePlugin.h
1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
2
3 // File:    ExchangePlugin_Validators.h
4 // Created: Aug 01, 2014
5 // Author:  Sergey BELASH
6
7 #ifndef EXCHANGEPLUGIN_H
8 #define EXCHANGEPLUGIN_H
9
10 #if defined EXCHANGEPLUGIN_EXPORTS
11 # if defined WIN32
12 #  define EXCHANGEPLUGIN_EXPORT              __declspec( dllexport )
13 # else
14 #  define EXCHANGEPLUGIN_EXPORT
15 # endif
16 #else
17 # if defined WIN32
18 #  define EXCHANGEPLUGIN_EXPORT              __declspec( dllimport )
19 # else
20 #  define EXCHANGEPLUGIN_EXPORT
21 # endif
22 #endif
23
24 #endif