29 using System.Collections;
30 using System.Collections.Generic;
33 using OpenMetaverse.StructuredData;
36 namespace OpenSim.Services.Interfaces
40 public abstract Hashtable ToHashtable();
41 public abstract OSD ToOSDMap();
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);
52 Hashtable SetLevel(
string firstName,
string lastName,
string passwd,
int level, IPEndPoint clientIP);
OpenMetaverse.StructuredData.OSD OSD