mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +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:
@@ -338,6 +338,11 @@ namespace OpenSim.Data.SQLite
|
||||
get { return "SQLite Asset storage engine"; }
|
||||
}
|
||||
|
||||
public override bool Delete(string id)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user