aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/IUserAccountData.cs
diff options
context:
space:
mode:
authorMelanie2009-12-29 20:14:26 +0000
committerMelanie2009-12-29 20:14:26 +0000
commit8631cea2154f0ded2e3fa27349045650ce6f5998 (patch)
treee6bddc421b88506b946a86b5749c5277556a60d3 /OpenSim/Data/IUserAccountData.cs
parentGive the new user tables the once-over. Strip the current set of methods (diff)
downloadopensim-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.cs2
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}