mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
Change the interface a bit before someone depends on it's current form
This commit is contained in:
@@ -46,6 +46,6 @@ namespace OpenSim.Data
|
||||
/// </summary>
|
||||
public interface IUserAccountData
|
||||
{
|
||||
bool Store(UserAccountData data);
|
||||
bool Store(UserAccountData data, UUID principalID, string token);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user