diff options
author | Mic Bowman | 2013-02-19 22:53:46 -0800 |
---|---|---|
committer | Mic Bowman | 2013-02-19 22:53:46 -0800 |
commit | 903b40b47e53cc131b57919e8a8a83db3cb36f96 (patch) | |
tree | dbba969abe346afa0ebc0539ebc9df9493b431f6 /OpenSim/Region/Framework | |
parent | Deleted all AssemblyFileVersion directives (diff) | |
download | opensim-SC_OLD-903b40b47e53cc131b57919e8a8a83db3cb36f96.zip opensim-SC_OLD-903b40b47e53cc131b57919e8a8a83db3cb36f96.tar.gz opensim-SC_OLD-903b40b47e53cc131b57919e8a8a83db3cb36f96.tar.bz2 opensim-SC_OLD-903b40b47e53cc131b57919e8a8a83db3cb36f96.tar.xz |
Fix the JsonStore path set problem justincc found earlier today and
remove the deprecated TestPath functions.
Diffstat (limited to 'OpenSim/Region/Framework')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/IJsonStoreModule.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IJsonStoreModule.cs b/OpenSim/Region/Framework/Interfaces/IJsonStoreModule.cs index b40d24f..345f01b 100644 --- a/OpenSim/Region/Framework/Interfaces/IJsonStoreModule.cs +++ b/OpenSim/Region/Framework/Interfaces/IJsonStoreModule.cs | |||
@@ -51,7 +51,6 @@ namespace OpenSim.Region.Framework.Interfaces | |||
51 | 51 | ||
52 | JsonStoreNodeType GetPathType(UUID storeID, string path); | 52 | JsonStoreNodeType GetPathType(UUID storeID, string path); |
53 | bool TestStore(UUID storeID); | 53 | bool TestStore(UUID storeID); |
54 | bool TestPath(UUID storeID, string path, bool useJson); | ||
55 | 54 | ||
56 | bool SetValue(UUID storeID, string path, string value, bool useJson); | 55 | bool SetValue(UUID storeID, string path, string value, bool useJson); |
57 | bool RemoveValue(UUID storeID, string path); | 56 | bool RemoveValue(UUID storeID, string path); |