Add JsonTestStore to determine if a JsonStore is associated with

a particular UUID.
This commit is contained in:
Mic Bowman
2013-01-30 14:45:03 -08:00
parent 52ea6eadae
commit a0ef3df194
3 changed files with 25 additions and 0 deletions

View File

@@ -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);