diff options
author | BlueWall | 2013-01-30 23:44:06 -0500 |
---|---|---|
committer | BlueWall | 2013-01-30 23:44:06 -0500 |
commit | a8fa8af9fcd34c5b052174c68dc2c714a99d6ae5 (patch) | |
tree | 59f6caf8c7a72dd59c717613f5eb409bfad4f8d3 /OpenSim/Region/Framework | |
parent | Add config option to Regions.ini for new maptile feature (diff) | |
parent | Add JsonTestStore to determine if a JsonStore is associated with (diff) | |
download | opensim-SC_OLD-a8fa8af9fcd34c5b052174c68dc2c714a99d6ae5.zip opensim-SC_OLD-a8fa8af9fcd34c5b052174c68dc2c714a99d6ae5.tar.gz opensim-SC_OLD-a8fa8af9fcd34c5b052174c68dc2c714a99d6ae5.tar.bz2 opensim-SC_OLD-a8fa8af9fcd34c5b052174c68dc2c714a99d6ae5.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Region/Framework')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/IJsonStoreModule.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IJsonStoreModule.cs b/OpenSim/Region/Framework/Interfaces/IJsonStoreModule.cs index da39e95..0bb4567 100644 --- a/OpenSim/Region/Framework/Interfaces/IJsonStoreModule.cs +++ b/OpenSim/Region/Framework/Interfaces/IJsonStoreModule.cs | |||
@@ -37,6 +37,7 @@ namespace OpenSim.Region.Framework.Interfaces | |||
37 | { | 37 | { |
38 | bool CreateStore(string value, ref UUID result); | 38 | bool CreateStore(string value, ref UUID result); |
39 | bool DestroyStore(UUID storeID); | 39 | bool DestroyStore(UUID storeID); |
40 | bool TestStore(UUID storeID); | ||
40 | bool TestPath(UUID storeID, string path, bool useJson); | 41 | bool TestPath(UUID storeID, string path, bool useJson); |
41 | bool SetValue(UUID storeID, string path, string value, bool useJson); | 42 | bool SetValue(UUID storeID, string path, string value, bool useJson); |
42 | bool RemoveValue(UUID storeID, string path); | 43 | bool RemoveValue(UUID storeID, string path); |