diff options
author | Melanie | 2009-12-29 20:14:26 +0000 |
---|---|---|
committer | Melanie | 2009-12-29 20:14:26 +0000 |
commit | 8631cea2154f0ded2e3fa27349045650ce6f5998 (patch) | |
tree | e6bddc421b88506b946a86b5749c5277556a60d3 /OpenSim/Data/IUserAccountData.cs | |
parent | Give the new user tables the once-over. Strip the current set of methods (diff) | |
download | opensim-SC_OLD-8631cea2154f0ded2e3fa27349045650ce6f5998.zip opensim-SC_OLD-8631cea2154f0ded2e3fa27349045650ce6f5998.tar.gz opensim-SC_OLD-8631cea2154f0ded2e3fa27349045650ce6f5998.tar.bz2 opensim-SC_OLD-8631cea2154f0ded2e3fa27349045650ce6f5998.tar.xz |
Change the interface a bit before someone depends on it's current form
Diffstat (limited to 'OpenSim/Data/IUserAccountData.cs')
-rw-r--r-- | OpenSim/Data/IUserAccountData.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/IUserAccountData.cs b/OpenSim/Data/IUserAccountData.cs index 0004a5f..3d0dde4 100644 --- a/OpenSim/Data/IUserAccountData.cs +++ b/OpenSim/Data/IUserAccountData.cs | |||
@@ -46,6 +46,6 @@ namespace OpenSim.Data | |||
46 | /// </summary> | 46 | /// </summary> |
47 | public interface IUserAccountData | 47 | public interface IUserAccountData |
48 | { | 48 | { |
49 | bool Store(UserAccountData data); | 49 | bool Store(UserAccountData data, UUID principalID, string token); |
50 | } | 50 | } |
51 | } | 51 | } |