]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Fix compilation on LInux
authorabd <abd@opencascade.com>
Thu, 10 Aug 2006 14:00:14 +0000 (14:00 +0000)
committerabd <abd@opencascade.com>
Thu, 10 Aug 2006 14:00:14 +0000 (14:00 +0000)
src/CONVERTOR/Makefile.in
src/PIPELINE/Makefile.in
src/VISU_I/VISU_Result_i.hh

index 4f10fe78dcc3a334862da3e55e991ba2a41dfc5d..d4f7eb927e6fddbde09d32a923a4cee80ae04e06 100644 (file)
@@ -39,7 +39,8 @@ EXPORT_HEADERS = \
        VISU_Convertor_impl.hxx  \
        VISU_ConvertorUtils.hxx  \
        VISU_MergeFilter.hxx \
-       VISU_ExtractUnstructuredGrid.hxx
+       VISU_ExtractUnstructuredGrid.hxx \
+       VISUConvertor.hxx
 
 # Libraries targets
 
index 198eadded5ef6a7b3c79f9f14220b12abd97ed5a..0d0f95a02ab3c42fef147c32e52c46d5eafe52f1 100644 (file)
@@ -57,7 +57,8 @@ EXPORT_HEADERS = \
        VISU_PlanesWidget.hxx \
        VISU_SphereWidget.hxx \
        VISU_WidgetCtrl.hxx \
-       VISU_ScalarMapOnDeformedShapePL.hxx
+       VISU_ScalarMapOnDeformedShapePL.hxx \
+       VISUPipeline.hxx
 
 # Libraries targets
 
index 72025fdae3b0095c82ec6b61b2ec47cc66562ad0..6f1cc0e55582dffe4cca91e2a6ba60af44d61e6a 100644 (file)
@@ -41,7 +41,12 @@ class VISU_Convertor;
 namespace VISU
 {
   //----------------------------------------------------------------------------
-  class VISU_I_EXPORT MinMaxCunsomer: public virtual boost::bsignals::trackable
+  class VISU_I_EXPORT MinMaxCunsomer: public virtual
+#ifdef WNT
+                                 boost::bsignals::trackable
+#else
+                                 boost::signalslib::trackable
+#endif
   {
   protected:
     bool myMinMaxIsInitilized;