changed temp file name prefix from var/ to tmp/

This commit is contained in:
maroy 2004-11-09 10:13:53 +00:00
parent 199cd66420
commit c3a8a3c6da
1 changed files with 3 additions and 3 deletions

View File

@ -21,8 +21,8 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Author : $Author: fgerlits $
Version : $Revision: 1.8 $
Author : $Author: maroy $
Version : $Revision: 1.9 $
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storage/src/TestStorageClient.cxx,v $
------------------------------------------------------------------------------*/
@ -55,7 +55,7 @@ const std::string TestStorageClient::configElementNameStr = "testStorage";
/*------------------------------------------------------------------------------
* The path to the local temp storage
*----------------------------------------------------------------------------*/
const std::string TestStorageClient::localTempStoragePath = "var/";
const std::string TestStorageClient::localTempStoragePath = "tmp/";
/*------------------------------------------------------------------------------
* The XML version used to create the SMIL file.