mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
* 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
This commit is contained in:
@@ -29,11 +29,14 @@ using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
|
||||
using OpenMetaverse.StructuredData;
|
||||
|
||||
namespace OpenSim.Services.Interfaces
|
||||
{
|
||||
public abstract class LoginResponse
|
||||
{
|
||||
public abstract Hashtable ToHashtable();
|
||||
public abstract OSD ToOSDMap();
|
||||
}
|
||||
|
||||
public abstract class FailedLoginResponse : LoginResponse
|
||||
|
||||
Reference in New Issue
Block a user