OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Classes | Namespaces | Functions
IInventoryArchiverModule.cs File Reference

Go to the source code of this file.

Classes

interface  OpenSim.Region.Framework.Interfaces.IInventoryArchiverModule
 

Namespaces

package  OpenSim.Region.Framework.Interfaces
 

Functions

delegate void OpenSim.Region.Framework.Interfaces.InventoryArchiveSaved (UUID id, bool succeeded, UserAccount userInfo, string invPath, Stream saveStream, Exception reportedException, int saveCount, int filterCount)
 Used for the OnInventoryArchiveSaved event. More...
 
delegate void OpenSim.Region.Framework.Interfaces.InventoryArchiveLoaded (UUID id, bool succeeded, UserAccount userInfo, string invPath, Stream loadStream, Exception reportedException, int loadCount)
 Used for the OnInventoryArchiveLoaded event. More...