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

namespace OpenSim.Framework.Grid
{
    public abstract class LoginService
    {

    }
}