aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Interfaces
diff options
context:
space:
mode:
authorUbitUmarov2015-11-23 23:03:16 +0000
committerUbitUmarov2015-11-23 23:03:16 +0000
commit81eb9816a26dfe70d9eff5bc57188ee6dd8e5103 (patch)
tree671d110b219be57b1742f06fbc10c612984827b5 /OpenSim/Services/Interfaces
parent remove warning on siting in phantom prims without sittarget (diff)
downloadopensim-SC_OLD-81eb9816a26dfe70d9eff5bc57188ee6dd8e5103.zip
opensim-SC_OLD-81eb9816a26dfe70d9eff5bc57188ee6dd8e5103.tar.gz
opensim-SC_OLD-81eb9816a26dfe70d9eff5bc57188ee6dd8e5103.tar.bz2
opensim-SC_OLD-81eb9816a26dfe70d9eff5bc57188ee6dd8e5103.tar.xz
remove libomv detection/log from llLoginService
Diffstat (limited to 'OpenSim/Services/Interfaces')
-rw-r--r--OpenSim/Services/Interfaces/ILoginService.cs2
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