CommunicationsManager deleted.

This commit is contained in:
Diva Canto
2010-01-11 07:45:47 -08:00
parent ca75ad6743
commit 001d369568
17 changed files with 52 additions and 190 deletions

View File

@@ -56,13 +56,6 @@ namespace OpenSim.Region.ClientStack
protected uint m_httpServerPort;
public CommunicationsManager CommunicationsManager
{
get { return m_commsManager; }
set { m_commsManager = value; }
}
protected CommunicationsManager m_commsManager;
protected StorageManager m_storageManager;
protected ClientStackManager m_clientStackManager;