]> SALOME platform Git repositories - modules/hydro.git/commitdiff
Salome HOME
minor code revision
authorasl <asl@opencascade.com>
Fri, 26 Jun 2015 07:02:09 +0000 (10:02 +0300)
committerasl <asl@opencascade.com>
Fri, 26 Jun 2015 07:02:09 +0000 (10:02 +0300)
src/HYDROData/HYDROData_Document.h
src/HYDROData/HYDROData_Object.h
src/HYDROGUI/HYDROGUI_DataObject.h
src/HYDROGUI/HYDROGUI_Module.h

index 4c57cbc0a6378261374dd78186944c8ae105b709..3565fd5cdd75f65cbb517d9f9299bed73d3e8f37 100644 (file)
@@ -19,7 +19,6 @@
 #ifndef HYDROData_Document_HeaderFile
 #define HYDROData_Document_HeaderFile
 
-#include <HYDROData.h>
 #include <HYDROData_Entity.h>
 
 #include <TDocStd_Document.hxx>
index badf45ea385de93e5e1e53f3cee0ae5ef6b2ab4d..520a70ab3515a41ea4d248f438fc6c70d821ae74 100644 (file)
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 
-// 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, or (at your option) any later version.
-//
-// 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
-//
-
 #ifndef HYDROData_Object_HeaderFile
 #define HYDROData_Object_HeaderFile
 
 #include <HYDROData_Entity.h>
 
-
 DEFINE_STANDARD_HANDLE(HYDROData_Object, HYDROData_Entity)
 
 class TopoDS_Shape;
index 28aa22e4df5f90e668161e4ae712dd830b1141f3..caa5eba4e653cc20cfd8020602cda67a9e17b4e7 100644 (file)
@@ -34,8 +34,8 @@
 #include <QColor>
 
 #ifdef WIN32
-  #pragma warning( disable: 4250 )
-  #pragma warning( disable: 4251 )
+  #pragma warning( default: 4250 )
+  #pragma warning( default: 4251 )
 #endif
 
 /**
index ddd8faad4961d03d31b62222851a4c9a86c9de6a..381bf95da8ebd3bd44de8fc2d573aabb79239fef 100644 (file)
 
 #include <HYDROData_Entity.h>
 
-#include <LightApp_Module.h>
+#ifdef WIN32
+  #pragma warning ( disable: 4251 )
+#endif
 
+#include <LightApp_Module.h>
 #include <QEvent>
 #include <QStack>
 
-class QGraphicsSceneMouseEvent;
+#ifdef WIN32
+  #pragma warning ( default: 4251 )
+#endif
 
+class QGraphicsSceneMouseEvent;
 class GraphicsView_Viewer;
 class OCCViewer_Viewer;
 class SVTK_Viewer;