Formatting cleanup. Add copyright headers.

This commit is contained in:
Jeff Ames
2010-01-04 06:10:45 +09:00
parent 9f273717a2
commit 70d5b1c34c
54 changed files with 1075 additions and 838 deletions

View File

@@ -741,7 +741,7 @@ namespace OpenSim.Framework.Servers.HttpServer
xmlRpcResponse = new XmlRpcResponse();
// Code probably set in accordance with http://xmlrpc-epi.sourceforge.net/specs/rfc.fault_codes.php
xmlRpcResponse.SetFault(-32603, errorMessage);
xmlRpcResponse.SetFault(-32603, errorMessage);
}
// if the method wasn't found, we can't determine KeepAlive state anyway, so lets do it only here