mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
Implement the "delete" path for assets. Adds a new option to allow remote asset deletion in robust handler.
This commit is contained in:
@@ -48,5 +48,6 @@ namespace OpenSim.Data
|
||||
public abstract void Initialise(string connect);
|
||||
public abstract void Initialise();
|
||||
public abstract void Dispose();
|
||||
public abstract bool Delete(string id);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user