mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
Add JsonTestStore to determine if a JsonStore is associated with
a particular UUID.
This commit is contained in:
@@ -37,6 +37,7 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
{
|
||||
bool CreateStore(string value, ref UUID result);
|
||||
bool DestroyStore(UUID storeID);
|
||||
bool TestStore(UUID storeID);
|
||||
bool TestPath(UUID storeID, string path, bool useJson);
|
||||
bool SetValue(UUID storeID, string path, string value, bool useJson);
|
||||
bool RemoveValue(UUID storeID, string path);
|
||||
|
||||
Reference in New Issue
Block a user