Started work on OpenGrid.Framework.Communications

This commit is contained in:
MW
2007-05-31 11:28:11 +00:00
parent f1e1346806
commit c35d360d44
15 changed files with 260 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ using OpenSim.Framework.Types;
namespace OpenSim
{
public class AuthenticateSessionsBase
/* public class AuthenticateSessionsBase
{
public Dictionary<uint, AgentCircuitData> AgentCircuits = new Dictionary<uint, AgentCircuitData>();
@@ -101,5 +101,5 @@ namespace OpenSim
}
return false;
}
}
}*/
}

View File

@@ -3,6 +3,7 @@ using System.Collections.Generic;
using System.Text;
using libsecondlife;
using OpenSim.Framework.Types;
using OpenSim.Framework;
namespace OpenSim
{

View File

@@ -5,6 +5,7 @@ using System.Text;
using System.Xml;
using libsecondlife;
using OpenSim.Framework.Types;
using OpenSim.Framework;
using Nwc.XmlRpc;
namespace OpenSim

View File

@@ -3,6 +3,7 @@ using System.Collections.Generic;
using System.Text;
using libsecondlife.Packets;
using OpenSim.Framework.Interfaces;
using OpenSim.Framework;
using System.Net;
using System.Net.Sockets;
using OpenSim.Assets;

View File

@@ -13,6 +13,7 @@ using libsecondlife.Packets;
using OpenSim.Terrain;
using OpenSim.Framework.Interfaces;
using OpenSim.Framework.Types;
using OpenSim.Framework;
using OpenSim.UserServer;
using OpenSim.Assets;
using OpenSim.CAPS;

View File

@@ -17,6 +17,7 @@ using OpenSim.UserServer;
using OpenSim.Assets;
using OpenSim.CAPS;
using OpenSim.Framework.Console;
using OpenSim.Framework;
using Nwc.XmlRpc;
using OpenSim.Servers;
using OpenSim.GenericConfig;