aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/OpenSim.Framework/LoginService.cs
blob: 85fe7612256863a1262383b4e2c88f5de51b8d44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
using System;
using System.Collections;
using System.Collections.Generic;
using System.Text;
using Nwc.XmlRpc;
using OpenSim.GridServers;
using libsecondlife;

namespace OpenSim.Framework
{
    public abstract class LoginService
    {

    }
}