Salome HOME
Issue #608: Usage of OCCT in interface -- Remove OCCT from *Import interfaces
[modules/shaper.git] / src / ExchangePlugin / ExchangePlugin.h
index 0c8f80b9577120adceb9f21eef3e24848be5f4a9..9af2351adf6e2038c5d029e1463e8c3faff70c4a 100644 (file)
@@ -1,20 +1,24 @@
 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
 
+// File:    ExchangePlugin_Validators.h
+// Created: Aug 01, 2014
+// Author:  Sergey BELASH
+
 #ifndef EXCHANGEPLUGIN_H
 #define EXCHANGEPLUGIN_H
 
 #if defined EXCHANGEPLUGIN_EXPORTS
-#if defined WIN32
-#define EXCHANGEPLUGIN_EXPORT              __declspec( dllexport )
-#else
-#define EXCHANGEPLUGIN_EXPORT
-#endif
+# if defined WIN32
+#  define EXCHANGEPLUGIN_EXPORT              __declspec( dllexport )
+# else
+#  define EXCHANGEPLUGIN_EXPORT
+# endif
 #else
-#if defined WIN32
-#define EXCHANGEPLUGIN_EXPORT              __declspec( dllimport )
-#else
-#define EXCHANGEPLUGIN_EXPORT
-#endif
+# if defined WIN32
+#  define EXCHANGEPLUGIN_EXPORT              __declspec( dllimport )
+# else
+#  define EXCHANGEPLUGIN_EXPORT
+# endif
 #endif
 
 #endif