From: bri Date: Mon, 10 Feb 2014 14:28:42 +0000 (+0400) Subject: commenting of temporary directory removing X-Git-Tag: Delivery_V1_0_2013_07_12~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d56961445e6d803b4e99f7a366cbaf788db67b47;p=tools%2Fsimanio.git commenting of temporary directory removing --- diff --git a/src/SimanIO_Link.cxx b/src/SimanIO_Link.cxx index 35edb6b..6542279 100644 --- a/src/SimanIO_Link.cxx +++ b/src/SimanIO_Link.cxx @@ -305,7 +305,7 @@ void SimanIO_Link::StoreConf(/*const*/ SimanIO_Configuration& theConf) aCheckInResponse = aStub->checkIn(aCheckInRequest); //Delete the directories - system(("rm -rf " + aTmpDir + "/SimanSalome/" + myStudy + "/" + myScenario + "/").c_str()); +// system(("rm -rf " + aTmpDir + "/SimanSalome/" + myStudy + "/" + myScenario + "/").c_str()); //Delete objects delete aPutFileRequest;