diff options
author | UbitUmarov | 2015-09-02 19:54:53 +0100 |
---|---|---|
committer | UbitUmarov | 2015-09-02 19:54:53 +0100 |
commit | a11edceb00b5b86f825bd957bdac9edb91f893dd (patch) | |
tree | c192eae26f3aadf365a66f32fc6d9ade2f0a0c61 /OpenSim/Region/Framework/Interfaces/IRegionArchiverModule.cs | |
parent | bad merge? (diff) | |
download | opensim-SC-a11edceb00b5b86f825bd957bdac9edb91f893dd.zip opensim-SC-a11edceb00b5b86f825bd957bdac9edb91f893dd.tar.gz opensim-SC-a11edceb00b5b86f825bd957bdac9edb91f893dd.tar.bz2 opensim-SC-a11edceb00b5b86f825bd957bdac9edb91f893dd.tar.xz |
seems to compile ( tests comented out)
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces/IRegionArchiverModule.cs')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/IRegionArchiverModule.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IRegionArchiverModule.cs b/OpenSim/Region/Framework/Interfaces/IRegionArchiverModule.cs index 445342d..99bc87d 100644 --- a/OpenSim/Region/Framework/Interfaces/IRegionArchiverModule.cs +++ b/OpenSim/Region/Framework/Interfaces/IRegionArchiverModule.cs | |||
@@ -127,12 +127,7 @@ namespace OpenSim.Region.Framework.Interfaces | |||
127 | /// <param name="requestId">If supplied, this request Id is later returned in the saved event</param> | 127 | /// <param name="requestId">If supplied, this request Id is later returned in the saved event</param> |
128 | /// <param name="options"> | 128 | /// <param name="options"> |
129 | /// Dictionary of options. | 129 | /// Dictionary of options. |
130 | <<<<<<< HEAD | ||
131 | /// </param> | 130 | /// </param> |
132 | void DearchiveRegion(Stream loadStream, Guid requestId, Dictionary<string,object> options); | 131 | void DearchiveRegion(Stream loadStream, Guid requestId, Dictionary<string,object> options); |
133 | ======= | ||
134 | /// </param> | ||
135 | void DearchiveRegion(Stream loadStream, Guid requestId, Dictionary<string, object> options); | ||
136 | >>>>>>> avn/ubitvar | ||
137 | } | 132 | } |
138 | } | 133 | } |