aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Common/OpenGrid.Framework.Communications/UserServer/UserCommsManagerLocal.cs
blob: eb0881a4b0ba796bf2307980bf114006d3d2ea7b (plain)
1
2
3
4
5
6
7
8
9
10
using System;
using System.Collections.Generic;
using System.Text;

namespace OpenGrid.Framework.Communications.UserServer
{
    public class UserCommsManagerLocal : UserCommsManagerBase
    {
    }
}