Added OpenSim.Grid.Framework project.

Changed the Gridserver so it uses/references OpenSim.Grid.Framework
This commit is contained in:
MW
2009-02-24 13:53:38 +00:00
parent 2a91f21d08
commit 6954013d82
11 changed files with 196 additions and 2 deletions

View File

@@ -37,6 +37,7 @@ using OpenSim.Data;
using OpenSim.Framework;
using OpenSim.Framework.Communications;
using OpenSim.Framework.Servers;
using OpenSim.Grid.Framework;
namespace OpenSim.Grid.GridServer
{