diff options
author | Justin Clark-Casey (justincc) | 2013-02-07 02:19:53 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-02-07 02:19:53 +0000 |
commit | 2c5d24d39473d3552ece36c97243ae070d10d26b (patch) | |
tree | d9d46e26e888b806ad7a1c7d6fb09bff637c13d1 /OpenSim/Region/Framework | |
parent | Add TestJsonWriteReadNotecard() regression test (diff) | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-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.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 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); |