From 7c925744f6094a01aae40972e56fb0ec4d6f3ba5 Mon Sep 17 00:00:00 2001 From: Melanie Date: Tue, 15 Sep 2009 07:55:29 +0100 Subject: Some OSGrid specific changes, please use this or later for OSGrid use --- OpenSim/Region/Framework/Interfaces/IInventoryArchiverModule.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'OpenSim/Region/Framework/Interfaces') diff --git a/OpenSim/Region/Framework/Interfaces/IInventoryArchiverModule.cs b/OpenSim/Region/Framework/Interfaces/IInventoryArchiverModule.cs index ca7abf8..1622564 100644 --- a/OpenSim/Region/Framework/Interfaces/IInventoryArchiverModule.cs +++ b/OpenSim/Region/Framework/Interfaces/IInventoryArchiverModule.cs @@ -58,7 +58,7 @@ namespace OpenSim.Region.Framework.Interfaces /// The inventory path in which to place the loaded folders and items /// The stream from which the inventory archive will be loaded /// true if the first stage of the operation succeeded, false otherwise - bool DearchiveInventory(string firstName, string lastName, string invPath, Stream loadStream); + bool DearchiveInventory(string firstName, string lastName, string invPath, string pass, Stream loadStream); /// /// Archive a user's inventory folder to the given stream @@ -69,6 +69,6 @@ namespace OpenSim.Region.Framework.Interfaces /// The inventory path from which the inventory should be saved. /// The stream to which the inventory archive will be saved /// true if the first stage of the operation succeeded, false otherwise - bool ArchiveInventory(Guid id, string firstName, string lastName, string invPath, Stream saveStream); + bool ArchiveInventory(Guid id, string firstName, string lastName, string invPath, string pass, Stream saveStream); } -} \ No newline at end of file +} -- cgit v1.1