Salome HOME
add method NameChanged to update title name
[modules/kernel.git] / src / SALOMESDS / SALOMESDS_Exception.hxx
index c5943ae8a0c00922c81cfaacde465b63bf3c7c5c..28d910a1502f6e0df30ea8579b21859a6090b611 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2016  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 #include "SALOMEconfig.h"
 #include CORBA_SERVER_HEADER(SALOME_Exception)
 
+#include "SALOMESDS_Defines.hxx"
+
 #include <string>
 
 namespace SALOMESDS
 {
-  class Exception : public SALOME::SALOME_Exception
+  class SALOMESDS_EXPORT Exception : public SALOME::SALOME_Exception
   {
   public:
     Exception(const std::string& reason);