diff options
author | UbitUmarov | 2015-11-23 23:03:16 +0000 |
---|---|---|
committer | UbitUmarov | 2015-11-23 23:03:16 +0000 |
commit | 81eb9816a26dfe70d9eff5bc57188ee6dd8e5103 (patch) | |
tree | 671d110b219be57b1742f06fbc10c612984827b5 /OpenSim/Services/Interfaces | |
parent | remove warning on siting in phantom prims without sittarget (diff) | |
download | opensim-SC-81eb9816a26dfe70d9eff5bc57188ee6dd8e5103.zip opensim-SC-81eb9816a26dfe70d9eff5bc57188ee6dd8e5103.tar.gz opensim-SC-81eb9816a26dfe70d9eff5bc57188ee6dd8e5103.tar.bz2 opensim-SC-81eb9816a26dfe70d9eff5bc57188ee6dd8e5103.tar.xz |
remove libomv detection/log from llLoginService
Diffstat (limited to 'OpenSim/Services/Interfaces')
-rw-r--r-- | OpenSim/Services/Interfaces/ILoginService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/Interfaces/ILoginService.cs b/OpenSim/Services/Interfaces/ILoginService.cs index 7c44cd8..c37e666 100644 --- a/OpenSim/Services/Interfaces/ILoginService.cs +++ b/OpenSim/Services/Interfaces/ILoginService.cs | |||
@@ -48,7 +48,7 @@ namespace OpenSim.Services.Interfaces | |||
48 | public interface ILoginService | 48 | public interface ILoginService |
49 | { | 49 | { |
50 | LoginResponse Login(string firstName, string lastName, string passwd, string startLocation, UUID scopeID, | 50 | LoginResponse Login(string firstName, string lastName, string passwd, string startLocation, UUID scopeID, |
51 | string clientVersion, string channel, string mac, string id0, IPEndPoint clientIP, bool LibOMVclient); | 51 | string clientVersion, string channel, string mac, string id0, IPEndPoint clientIP); |
52 | Hashtable SetLevel(string firstName, string lastName, string passwd, int level, IPEndPoint clientIP); | 52 | Hashtable SetLevel(string firstName, string lastName, string passwd, int level, IPEndPoint clientIP); |
53 | } | 53 | } |
54 | 54 | ||