Add copyright headers. Minor formatting cleanup. Fix some compiler warnings. Fix some m_log declarations.

This commit is contained in:
Jeff Ames
2009-02-13 02:06:28 +00:00
parent 0362c69404
commit 95d53d48d4
16 changed files with 103 additions and 24 deletions

View File

@@ -35,7 +35,6 @@ using OpenSim.Region.Framework.Scenes;
namespace OpenSim.ApplicationPlugins.Rest.Regions
{
public partial class RestRegionPlugin : RestPlugin
{
#region GET methods

View File

@@ -42,7 +42,7 @@ namespace OpenSim.ApplicationPlugins.Rest
{
#region properties
protected static readonly ILog m_log =
protected static readonly ILog m_log =
LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
private IConfig _config; // Configuration source: Rest Plugins