Salome HOME
PR: merge from branch BR_UnitTests tag mergeto_trunk_17oct05
[modules/kernel.git] / src / Communication / MultiCommException.hxx
index fe029fc4a17832dd4f56ef280c4d7dee8a448362..6313ab5e43e23c3cb3742a43e96f71d516f7884a 100644 (file)
@@ -3,8 +3,13 @@
 
 #include <string>
 
+#if defined WNT && defined COMMUNICATION_EXPORTS
+#define COMMUNICATION_EXPORT __declspec( dllexport )
+#else
+#define COMMUNICATION_EXPORT
+#endif
 
-class MultiCommException {
+class COMMUNICATION_EXPORT MultiCommException {
 private:
   std::string _message;
 public: