mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
* Added ISimulationDataService and IEstateDataService
* Removed StorageManager * CONFIG CHANGE: There are no more database settings in OpenSim.ini. Check the config-include configuration files for region store and estate store database settings
This commit is contained in:
@@ -1378,7 +1378,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
/// Processes backup.
|
||||
/// </summary>
|
||||
/// <param name="datastore"></param>
|
||||
public virtual void ProcessBackup(ISimulationDataStore datastore, bool forcedBackup)
|
||||
public virtual void ProcessBackup(ISimulationDataService datastore, bool forcedBackup)
|
||||
{
|
||||
if (!m_isBackedUp)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user