*Reorganized RegionServerCommsManager for OGS and local support

This commit is contained in:
mingchen
2007-06-09 21:04:13 +00:00
parent 3658015de8
commit fa8f143aec
23 changed files with 444 additions and 262 deletions

View File

@@ -0,0 +1,10 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace OpenGrid.Framework.Communications.UserServer
{
public class UserCommsManagerLocal : UserCommsManagerBase
{
}
}