Salome HOME
Fix compilation pb.
[modules/kernel.git] / src / Communication / SALOME_Matrix_i.cxx
index 72521d69fcddcd5ce29fd6d92c76661392663ab0..1ea94aff20b5f8c1005532a0120852ce3fcbcc7b 100644 (file)
@@ -1,3 +1,21 @@
+// Copyright (C) 2005  OPEN CASCADE, CEA, EDF R&D, LEG
+//           PRINCIPIA R&D, EADS CCR, Lip6, BV, CEDRAT
+// 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
+// 
 #include "SALOME_Matrix_i.hxx"
 #include "SenderFactory.hxx"
 
@@ -17,7 +35,7 @@ SALOME_Matrix_i::~SALOME_Matrix_i()
 
 SALOME::SenderDouble_ptr SALOME_Matrix_i::getData()
 {
-  return SenderFactory::buildSender(_type,_tabToSend,_nbOfRow*_nbOfColumn,_ownTabToSend);
+  return SenderFactory::buildSender(_type,_tabToSend,_nbOfRow*_nbOfColumn,false);
 }
 
 CORBA::Long SALOME_Matrix_i::getSizeOfColumn()