aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2013-02-07 02:19:53 +0000
committerJustin Clark-Casey (justincc)2013-02-07 02:19:53 +0000
commit2c5d24d39473d3552ece36c97243ae070d10d26b (patch)
treed9d46e26e888b806ad7a1c7d6fb09bff637c13d1 /OpenSim/Region/Framework
parentAdd TestJsonWriteReadNotecard() regression test (diff)
parentMerge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff)
downloadopensim-SC_OLD-2c5d24d39473d3552ece36c97243ae070d10d26b.zip
opensim-SC_OLD-2c5d24d39473d3552ece36c97243ae070d10d26b.tar.gz
opensim-SC_OLD-2c5d24d39473d3552ece36c97243ae070d10d26b.tar.bz2
opensim-SC_OLD-2c5d24d39473d3552ece36c97243ae070d10d26b.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.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 0bb4567..cc7885a 100644
--- a/OpenSim/Region/Framework/Interfaces/IJsonStoreModule.cs
+++ b/OpenSim/Region/Framework/Interfaces/IJsonStoreModule.cs
@@ -35,6 +35,7 @@ namespace OpenSim.Region.Framework.Interfaces
35 35
36 public interface IJsonStoreModule 36 public interface IJsonStoreModule
37 { 37 {
38 bool AttachObjectStore(UUID objectID);
38 bool CreateStore(string value, ref UUID result); 39 bool CreateStore(string value, ref UUID result);
39 bool DestroyStore(UUID storeID); 40 bool DestroyStore(UUID storeID);
40 bool TestStore(UUID storeID); 41 bool TestStore(UUID storeID);