mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 10:46:00 +08:00
Implement generic delete method
This commit is contained in:
@@ -48,7 +48,8 @@ namespace OpenSim.Data
|
||||
|
||||
PresenceData Get(UUID principalID);
|
||||
|
||||
bool SetDataItem(UUID principalID, string item, string value);
|
||||
bool SetUserDataItem(UUID principalID, string item, string value);
|
||||
bool SetRegionDataItem(UUID principalID, string item, string value);
|
||||
|
||||
bool Delete(UUID regionID);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user