*Some more restructuring/fixing -- should compile, but high chance I forgot to add/remove something

This commit is contained in:
mingchen
2007-06-27 16:39:11 +00:00
parent 646bbbc84b
commit e41eedc9ae
74 changed files with 231 additions and 1331 deletions

View File

@@ -36,7 +36,7 @@ using Nwc.XmlRpc;
using System.Collections;
using OpenSim.Framework.Console;
namespace OpenSim.Servers
namespace OpenSim.Framework.Servers
{
public class BaseHttpServer
{
@@ -171,7 +171,7 @@ namespace OpenSim.Servers
protected virtual string ParseLLSDXML(string requestBody)
{
// dummy function for now - IMPLEMENT ME!
Console.WriteLine("LLSD request "+requestBody);
//Console.WriteLine("LLSD request "+requestBody);
string resp = "";
if (firstcaps)
{
@@ -195,7 +195,7 @@ namespace OpenSim.Servers
}
catch (Exception e)
{
Console.WriteLine(e.ToString());
//Console.WriteLine(e.ToString());
}
return responseString;
}
@@ -273,7 +273,7 @@ namespace OpenSim.Servers
}
catch (Exception e)
{
Console.WriteLine(e.ToString());
//Console.WriteLine(e.ToString());
}
}