diff options
author | Diva Canto | 2009-12-31 14:59:26 -0800 |
---|---|---|
committer | Diva Canto | 2009-12-31 14:59:26 -0800 |
commit | 0ce9be653d2194877cb972cbce261eecb0cd58a8 (patch) | |
tree | 6294c927ce714d140165bb32c1a2dbd337f25ea2 /OpenSim/Services/LLLoginService/LLLoginResponse.cs | |
parent | More progress on both the Simulation service and the Login service. Both stil... (diff) | |
download | opensim-SC_OLD-0ce9be653d2194877cb972cbce261eecb0cd58a8.zip opensim-SC_OLD-0ce9be653d2194877cb972cbce261eecb0cd58a8.tar.gz opensim-SC_OLD-0ce9be653d2194877cb972cbce261eecb0cd58a8.tar.bz2 opensim-SC_OLD-0ce9be653d2194877cb972cbce261eecb0cd58a8.tar.xz |
* Added the Login server handlers that were lost in yesterday's commit grief
* More beef to the LLLoginService
* Better design for handling local simulation service
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Services/LLLoginService/LLLoginResponse.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Services/LLLoginService/LLLoginResponse.cs b/OpenSim/Services/LLLoginService/LLLoginResponse.cs index e3935a8..fbce63f 100644 --- a/OpenSim/Services/LLLoginService/LLLoginResponse.cs +++ b/OpenSim/Services/LLLoginService/LLLoginResponse.cs | |||
@@ -92,7 +92,7 @@ namespace OpenSim.Services.LLLoginService | |||
92 | return loginError; | 92 | return loginError; |
93 | } | 93 | } |
94 | 94 | ||
95 | public OSD ToOSDMap() | 95 | public override OSD ToOSDMap() |
96 | { | 96 | { |
97 | OSDMap map = new OSDMap(); | 97 | OSDMap map = new OSDMap(); |
98 | 98 | ||
@@ -327,7 +327,7 @@ namespace OpenSim.Services.LLLoginService | |||
327 | } | 327 | } |
328 | } | 328 | } |
329 | 329 | ||
330 | public OSD ToLLSDResponse() | 330 | public override OSD ToOSDMap() |
331 | { | 331 | { |
332 | try | 332 | try |
333 | { | 333 | { |