I thought I committed this last night, but apparently not

This commit is contained in:
fgerlits 2004-11-23 09:42:36 +00:00
parent e46a2192ce
commit 6b616419df
19 changed files with 557 additions and 794 deletions

View file

@ -21,8 +21,8 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Author : $Author: maroy $
Version : $Revision: 1.1 $
Author : $Author: fgerlits $
Version : $Revision: 1.2 $
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storage/src/StorageClientFactory.cxx,v $
------------------------------------------------------------------------------*/
@ -36,6 +36,7 @@
#include "LiveSupport/Storage/StorageClientFactory.h"
#include "TestStorageClient.h"
#include "WebStorageClient.h"
using namespace LiveSupport::Core;
@ -93,7 +94,7 @@ StorageClientFactory :: configure(const xmlpp::Element & element)
storageClient.reset();
// try to look for an TestStorageClient configuration element
// try to look for a TestStorageClient configuration element
xmlpp::Node::NodeList nodes =
element.get_children(TestStorageClient::getConfigElementName());
if (nodes.size() >= 1) {
@ -109,4 +110,3 @@ StorageClientFactory :: configure(const xmlpp::Element & element)
}
}