mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
Merge branch 'master' into careminster-presence-refactor
This commit is contained in:
@@ -48,6 +48,11 @@ namespace OpenSim.Services.Interfaces
|
||||
/// <returns></returns>
|
||||
AssetMetadata GetMetadata(string id);
|
||||
|
||||
/// <summary>
|
||||
/// Get an asset's data, ignoring the metadata.
|
||||
/// </summary>
|
||||
/// <param name="id"></param>
|
||||
/// <returns>null if there is no such asset</returns>
|
||||
byte[] GetData(string id);
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user