From 1b532b995e2b171df046e9c577bcb473e5202e65 Mon Sep 17 00:00:00 2001 From: asv Date: Thu, 20 Jan 2005 12:59:27 +0000 Subject: [PATCH] A modification caused by change of SALOMEDS::Tool interface (accept std::string parameter instead of CORBA::String) --- src/Supervision/SuperV_Impl.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.39.2