aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces/IJsonStoreModule.cs
diff options
context:
space:
mode:
authorMic Bowman2013-01-30 14:45:03 -0800
committerMic Bowman2013-01-30 14:45:03 -0800
commita0ef3df1941147cfc894493950e4d204f6b34216 (patch)
treeb30fa940a50310ae96b206c832069e86c3db2475 /OpenSim/Region/Framework/Interfaces/IJsonStoreModule.cs
parent* This adds a bit more to the previous flying roll effect by adding additiona... (diff)
downloadopensim-SC_OLD-a0ef3df1941147cfc894493950e4d204f6b34216.zip
opensim-SC_OLD-a0ef3df1941147cfc894493950e4d204f6b34216.tar.gz
opensim-SC_OLD-a0ef3df1941147cfc894493950e4d204f6b34216.tar.bz2
opensim-SC_OLD-a0ef3df1941147cfc894493950e4d204f6b34216.tar.xz
Add JsonTestStore to determine if a JsonStore is associated with
a particular UUID.
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Framework/Interfaces/IJsonStoreModule.cs1
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);