aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Servers/BaseHttpServer.cs
blob: 28849dca9345aa6544560e83e6ba31eb358c42be (plain)
1
2
3
4
5
6
7
8
9
10
using System;
using System.Collections.Generic;
using System.Text;

namespace OpenSim.Servers
{
    public class BaseHttpServer
    {
    }
}