From: asv Date: Thu, 20 Jan 2005 12:59:27 +0000 (+0000) Subject: A modification caused by change of SALOMEDS::Tool interface (accept std::string param... X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1b532b995e2b171df046e9c577bcb473e5202e65;p=modules%2Fsuperv.git A modification caused by change of SALOMEDS::Tool interface (accept std::string parameter instead of CORBA::String) --- diff --git a/src/Supervision/SuperV_Impl.cxx b/src/Supervision/SuperV_Impl.cxx index b5bf8f3..ad556e9 100644 --- a/src/Supervision/SuperV_Impl.cxx +++ b/src/Supervision/SuperV_Impl.cxx @@ -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;