From 5e4d6cab00cb29cd088ab7b62ab13aff103b64cb Mon Sep 17 00:00:00 2001
From: onefang
Date: Sun, 19 May 2019 21:24:15 +1000
Subject: Dump OpenSim 0.9.0.1 into it's own branch.
---
.../Framework/Interfaces/IRegionArchiverModule.cs | 28 +++++++++++-----------
1 file changed, 14 insertions(+), 14 deletions(-)
(limited to 'OpenSim/Region/Framework/Interfaces/IRegionArchiverModule.cs')
diff --git a/OpenSim/Region/Framework/Interfaces/IRegionArchiverModule.cs b/OpenSim/Region/Framework/Interfaces/IRegionArchiverModule.cs
index 99bc87d..9370ccd 100644
--- a/OpenSim/Region/Framework/Interfaces/IRegionArchiverModule.cs
+++ b/OpenSim/Region/Framework/Interfaces/IRegionArchiverModule.cs
@@ -40,17 +40,17 @@ namespace OpenSim.Region.Framework.Interfaces
{
void HandleLoadOarConsoleCommand(string module, string[] cmdparams);
void HandleSaveOarConsoleCommand(string module, string[] cmdparams);
-
+
///
/// Archive the region to the given path
///
- ///
+ ///
/// This method occurs asynchronously. If you want notification of when it has completed then subscribe to
/// the EventManager.OnOarFileSaved event.
- ///
+ ///
///
void ArchiveRegion(string savePath, Dictionary options);
-
+
///
/// Archive the region to the given path
///
@@ -94,35 +94,35 @@ namespace OpenSim.Region.Framework.Interfaces
///
///
void DearchiveRegion(string loadPath);
-
+
///
/// Dearchive the given region archive. This replaces the existing scene.
///
- ///
+ ///
/// If you want notification of when it has completed then subscribe to the EventManager.OnOarFileLoaded event.
- ///
+ ///
///
/// If supplied, this request Id is later returned in the saved event
///
/// Dictionary of options.
///
void DearchiveRegion(string loadPath, Guid requestId, Dictionary options);
-
+
///
- /// Dearchive a region from a stream. This replaces the existing scene.
+ /// Dearchive a region from a stream. This replaces the existing scene.
///
- ///
+ ///
/// If you want notification of when it has completed then subscribe to the EventManager.OnOarFileLoaded event.
- ///
+ ///
///
void DearchiveRegion(Stream loadStream);
-
+
///
/// Dearchive a region from a stream. This replaces the existing scene.
///
- ///
+ ///
/// If you want notification of when it has completed then subscribe to the EventManager.OnOarFileLoaded event.
- ///
+ ///
///
/// If supplied, this request Id is later returned in the saved event
///
--
cgit v1.1