From 87bddd32dfdb6ab43ef21703053935d3cda69c51 Mon Sep 17 00:00:00 2001 From: mingchen Date: Mon, 23 Jul 2007 19:30:33 +0000 Subject: *Added configuration plugin (OpenSim.Framework.Configuration.HTTP.dll) that fetches a file from a remote server *Right now, values are not saved back to the remote server, but that will be changed *Removed some warnings from invalid references that were not used anyways --- OpenSim/Framework/General/Configuration/Interfaces/IGenericConfig.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenSim/Framework/General/Configuration/Interfaces') diff --git a/OpenSim/Framework/General/Configuration/Interfaces/IGenericConfig.cs b/OpenSim/Framework/General/Configuration/Interfaces/IGenericConfig.cs index 5a5a20e..ceccd04 100644 --- a/OpenSim/Framework/General/Configuration/Interfaces/IGenericConfig.cs +++ b/OpenSim/Framework/General/Configuration/Interfaces/IGenericConfig.cs @@ -31,6 +31,7 @@ namespace OpenSim.Framework.Configuration.Interfaces { void SetFileName(string fileName); void LoadData(); + void LoadDataFromString(string data); string GetAttribute(string attributeName); bool SetAttribute(string attributeName, string attributeValue); void Commit(); -- cgit v1.1