Salome HOME
Parent object parameter added to constructor.
[modules/gui.git] / src / SUIT / SUIT_Convertor.h
index 303e9353f0c1a43c4a77ae2424d7a8db4049a178..36e1985da07943959419226fe3b13a222d4d1549 100755 (executable)
@@ -1,3 +1,21 @@
+// Copyright (C) 2005  OPEN CASCADE, CEA/DEN, EDF R&D, PRINCIPIA R&D
+// 
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either 
+// version 2.1 of the License.
+// 
+// This library is distributed in the hope that it will be useful 
+// but WITHOUT ANY WARRANTY; without even the implied warranty of 
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public  
+// License along with this library; if not, write to the Free Software 
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+//
+// See http://www.salome-platform.org/
+//
 // SUIT_Convertor.h: interface for the SUIT_Convertor class.
 //
 //////////////////////////////////////////////////////////////////////
@@ -16,7 +34,7 @@
 /*! Provides convertation of selected object of specified viewer into SUIT_DataObject.
  *  Instance of Convertor class is created by Application according to data type and viewers used.
  */
-class SUIT_EXPORT SUIT_Convertor  
+class SUIT_Convertor  
 {
 public:
   virtual DataObjectList getSelectedObjects(const SUIT_ViewModel* theViewer) = 0;