aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Common/OpenSim.Framework/Interfaces/Remoting/IProxyServerHost.cs
blob: 381d53b4ae829629d0393c6716dae3a2d9bd9366 (plain)
1
2
3
4
5
6
7
8
9
10
using System;
using System.Collections.Generic;
using System.Text;

namespace OpenSim.Framework.Interfaces
{
    public interface IProxyServerHost
    {
    }
}