diff options
Diffstat (limited to 'OpenSim/Data/MySQL/MySQLUserAccountData.cs')
-rw-r--r-- | OpenSim/Data/MySQL/MySQLUserAccountData.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Data/MySQL/MySQLUserAccountData.cs b/OpenSim/Data/MySQL/MySQLUserAccountData.cs index 9624d79..e3b5f1d 100644 --- a/OpenSim/Data/MySQL/MySQLUserAccountData.cs +++ b/OpenSim/Data/MySQL/MySQLUserAccountData.cs | |||
@@ -40,6 +40,10 @@ namespace OpenSim.Data.MySQL | |||
40 | public MySqlUserAccountData(string connectionString, string realm) | 40 | public MySqlUserAccountData(string connectionString, string realm) |
41 | : base(connectionString, realm, "UserAccount") | 41 | : base(connectionString, realm, "UserAccount") |
42 | { | 42 | { |
43 | public bool Store(UserAccountData data, UUID principalID, string token) | ||
44 | { | ||
45 | Store(data); | ||
46 | } | ||
43 | } | 47 | } |
44 | } | 48 | } |
45 | } | 49 | } |