diff options
Diffstat (limited to 'OpenSim/Services/Interfaces')
-rw-r--r-- | OpenSim/Services/Interfaces/IUserManagement.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/Interfaces/IUserManagement.cs b/OpenSim/Services/Interfaces/IUserManagement.cs index 91b344e..3bdf86d 100644 --- a/OpenSim/Services/Interfaces/IUserManagement.cs +++ b/OpenSim/Services/Interfaces/IUserManagement.cs | |||
@@ -92,7 +92,7 @@ namespace OpenSim.Services.Interfaces | |||
92 | /// <param name="firstName"></param> | 92 | /// <param name="firstName"></param> |
93 | /// <param name="profileURL"></param> | 93 | /// <param name="profileURL"></param> |
94 | void AddUser(UUID uuid, string firstName, string lastName, string homeURL); | 94 | void AddUser(UUID uuid, string firstName, string lastName, string homeURL); |
95 | 95 | bool RemoveUser(UUID uuid); | |
96 | bool IsLocalGridUser(UUID uuid); | 96 | bool IsLocalGridUser(UUID uuid); |
97 | } | 97 | } |
98 | } | 98 | } |