mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
Factor out common asset loading from AssetServerBase and Grid/AssetServer/Main
This commit is contained in:
@@ -41,12 +41,6 @@ namespace OpenSim.Framework
|
||||
void UpdateAsset(AssetBase asset);
|
||||
void StoreAndCommitAsset(AssetBase asset);
|
||||
void Close();
|
||||
void LoadAsset(AssetBase info, bool image, string filename);
|
||||
List<AssetBase> GetDefaultAssets();
|
||||
AssetBase CreateImageAsset(string assetIdStr, string name, string filename);
|
||||
void ForEachDefaultAsset(Action<AssetBase> action);
|
||||
AssetBase CreateAsset(string assetIdStr, string name, string filename, bool isImage);
|
||||
void ForEachXmlAsset(Action<AssetBase> action);
|
||||
}
|
||||
|
||||
// could change to delegate?
|
||||
|
||||
Reference in New Issue
Block a user