aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/OpenGrid.Framework/LoginService.cs
blob: d38c2715154d48cfdbbac65fbed2cea391ce78c3 (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 OpenGrid.Framework
{
    public abstract class LoginService
    {

    }
}