From c3a8a3c6dac3b73c2de7840ec1e5c706a2126fe0 Mon Sep 17 00:00:00 2001 From: maroy Date: Tue, 9 Nov 2004 10:13:53 +0000 Subject: [PATCH] changed temp file name prefix from var/ to tmp/ --- livesupport/modules/storage/src/TestStorageClient.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/livesupport/modules/storage/src/TestStorageClient.cxx b/livesupport/modules/storage/src/TestStorageClient.cxx index 6c564d54d..6dbb62e87 100644 --- a/livesupport/modules/storage/src/TestStorageClient.cxx +++ b/livesupport/modules/storage/src/TestStorageClient.cxx @@ -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.