]> SALOME platform Git repositories - samples/light.git/blobdiff - src/LIGHTGUI/LIGHTGUI_DataOwner.h
Salome HOME
Merge from BR_V5_DEV 17Feb09
[samples/light.git] / src / LIGHTGUI / LIGHTGUI_DataOwner.h
diff --git a/src/LIGHTGUI/LIGHTGUI_DataOwner.h b/src/LIGHTGUI/LIGHTGUI_DataOwner.h
deleted file mode 100644 (file)
index d540762..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-//  LIGHT : sample (no-corba-engine) SALOME module
-//
-//  Copyright (C) 2003  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-//  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-//  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/ or email : webmaster.salome@opencascade.com
-//
-//  Author : Julia DOROVSKIKH
-//  Date   : 01/01/2005
-//  $Header$
-
-#ifndef LIGHTGUI_DATAOWNER_H
-#define LIGHTGUI_DATAOWNER_H
-
-#include <SUIT_DataOwner.h>
-
-class LIGHTGUI_DataOwner : public SUIT_DataOwner
-{
-public:
-  LIGHTGUI_DataOwner ( const int );
-  virtual ~LIGHTGUI_DataOwner ();
-
-  virtual bool isEqual ( const SUIT_DataOwner& ) const;
-  int          lineNb () const;
-
-private:
-  int myLineNb;
-};
-
-#endif // LIGHTGUI_DATAOWNER_H