* Refactor: Break out AssetsRequest to a separate file in the Archiver module

This commit is contained in:
Justin Clarke Casey
2008-06-16 15:36:01 +00:00
parent ec78a2871b
commit ba69cc31e5
3 changed files with 113 additions and 70 deletions

View File

@@ -863,12 +863,12 @@ namespace OpenSim.Region.Environment.Scenes
}
/// <summary>
///
/// Backup the scene. This acts as the main method of the backup thread.
/// </summary>
/// <returns></returns>
public void Backup()
{
EventManager.TriggerOnBackup(m_storageManager.DataStore);
EventManager.TriggerOnBackup(m_storageManager.DataStore);
m_backingup = false;
//return true;
}