diff options
author | Justin Clark-Casey (justincc) | 2012-09-12 01:24:17 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-09-12 01:24:17 +0100 |
commit | 4ead48f09fb1dae51416ca5e5d996cb20687d452 (patch) | |
tree | e4075382bfa3f790d91875ecd32dca3ef34d2e2d /OpenSim/Region/Framework | |
parent | Documentation of economy-related EventManager events (diff) | |
parent | Allow an incoming identifier to be specified for a JsonStore. (diff) | |
download | opensim-SC_OLD-4ead48f09fb1dae51416ca5e5d996cb20687d452.zip opensim-SC_OLD-4ead48f09fb1dae51416ca5e5d996cb20687d452.tar.gz opensim-SC_OLD-4ead48f09fb1dae51416ca5e5d996cb20687d452.tar.bz2 opensim-SC_OLD-4ead48f09fb1dae51416ca5e5d996cb20687d452.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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IJsonStoreModule.cs b/OpenSim/Region/Framework/Interfaces/IJsonStoreModule.cs index baac6e8..da39e95 100644 --- a/OpenSim/Region/Framework/Interfaces/IJsonStoreModule.cs +++ b/OpenSim/Region/Framework/Interfaces/IJsonStoreModule.cs | |||
@@ -35,7 +35,7 @@ namespace OpenSim.Region.Framework.Interfaces | |||
35 | 35 | ||
36 | public interface IJsonStoreModule | 36 | public interface IJsonStoreModule |
37 | { | 37 | { |
38 | bool CreateStore(string value, out UUID result); | 38 | bool CreateStore(string value, ref UUID result); |
39 | bool DestroyStore(UUID storeID); | 39 | bool DestroyStore(UUID storeID); |
40 | bool TestPath(UUID storeID, string path, bool useJson); | 40 | bool TestPath(UUID storeID, string path, bool useJson); |
41 | bool SetValue(UUID storeID, string path, string value, bool useJson); | 41 | bool SetValue(UUID storeID, string path, string value, bool useJson); |