mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Fix the JsonStore path set problem justincc found earlier today and
remove the deprecated TestPath functions.
This commit is contained in:
@@ -51,7 +51,6 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
|
||||
JsonStoreNodeType GetPathType(UUID storeID, string path);
|
||||
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