aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Interfaces
diff options
context:
space:
mode:
authorUbitUmarov2015-11-23 23:10:02 +0000
committerUbitUmarov2015-11-23 23:10:02 +0000
commit9d8fe7f3db2e90fa91c39ee9b0bd76859beb1412 (patch)
tree5b805621a5451644d0b94ceb01245107e03819bd /OpenSim/Services/Interfaces
parent remove libomv detection/log from llLoginService (diff)
downloadopensim-SC_OLD-9d8fe7f3db2e90fa91c39ee9b0bd76859beb1412.zip
opensim-SC_OLD-9d8fe7f3db2e90fa91c39ee9b0bd76859beb1412.tar.gz
opensim-SC_OLD-9d8fe7f3db2e90fa91c39ee9b0bd76859beb1412.tar.bz2
opensim-SC_OLD-9d8fe7f3db2e90fa91c39ee9b0bd76859beb1412.tar.xz
revert previus commit
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 c37e666..7c44cd8 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); 51 string clientVersion, string channel, string mac, string id0, IPEndPoint clientIP, bool LibOMVclient);
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