]> SALOME platform Git repositories - modules/superv.git/commitdiff
Salome HOME
A modification caused by change of SALOMEDS::Tool interface (accept std::string param...
authorasv <asv@opencascade.com>
Thu, 20 Jan 2005 12:59:27 +0000 (12:59 +0000)
committerasv <asv@opencascade.com>
Thu, 20 Jan 2005 12:59:27 +0000 (12:59 +0000)
src/Supervision/SuperV_Impl.cxx

index b5bf8f320bc198beffc92be5438907bed549101b..ad556e9a9658b67c17ab45939d2a1974877a7d3a 100644 (file)
@@ -489,8 +489,8 @@ SALOMEDS::TMPFile* SuperV_Impl::CopyFrom(SALOMEDS::SObject_ptr theObject, CORBA:
   aGraph->Export(strdup(aFullName));
   delete(aFullName);
 
-  aStreamFile = SALOMEDS_Tool::PutFilesToStream(aTmpDir, aSeq.in(), false);
-  SALOMEDS_Tool::RemoveTemporaryFiles(aTmpDir, aSeq.in(), true);
+  aStreamFile = SALOMEDS_Tool::PutFilesToStream(aTmpDir.in(), aSeq.in(), false);
+  SALOMEDS_Tool::RemoveTemporaryFiles(aTmpDir.in(), aSeq.in(), true);
 
   // Assign an ID = 1 the the type SUPERV::Graph
   theObjectID = 1;