mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 22:05:36 +08:00
*Some more restructuring/fixing -- should compile, but high chance I forgot to add/remove something
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user