* revert the revert - begin the beguine

This commit is contained in:
lbsa71
2007-03-27 21:42:14 +00:00
parent 7adbe756fb
commit f42d1fc825
46 changed files with 488 additions and 694 deletions

10
Servers/BaseHttpServer.cs Normal file
View File

@@ -0,0 +1,10 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace OpenSim.Servers
{
public class BaseHttpServer
{
}
}