mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Polished the IUserService interface.
This commit is contained in:
@@ -40,10 +40,10 @@ namespace OpenSim.Data.MySQL
|
||||
public MySqlUserAccountData(string connectionString, string realm)
|
||||
: base(connectionString, realm, "UserAccount")
|
||||
{
|
||||
public bool Store(UserAccountData data, UUID principalID, string token)
|
||||
{
|
||||
Store(data);
|
||||
}
|
||||
}
|
||||
public bool Store(UserAccountData data, UUID principalID, string token)
|
||||
{
|
||||
return Store(data);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user