diff options
author | Jeff Ames | 2009-02-13 02:06:28 +0000 |
---|---|---|
committer | Jeff Ames | 2009-02-13 02:06:28 +0000 |
commit | 95d53d48d4ce44cebf0f2d5803f58a0f7cfe8346 (patch) | |
tree | 576c3343f7973335e12b3ea05b0a4d1957440194 /OpenSim/ApplicationPlugins/Rest | |
parent | Update svn properties. (diff) | |
download | opensim-SC_OLD-95d53d48d4ce44cebf0f2d5803f58a0f7cfe8346.zip opensim-SC_OLD-95d53d48d4ce44cebf0f2d5803f58a0f7cfe8346.tar.gz opensim-SC_OLD-95d53d48d4ce44cebf0f2d5803f58a0f7cfe8346.tar.bz2 opensim-SC_OLD-95d53d48d4ce44cebf0f2d5803f58a0f7cfe8346.tar.xz |
Add copyright headers. Minor formatting cleanup. Fix some compiler warnings. Fix some m_log declarations.
Diffstat (limited to 'OpenSim/ApplicationPlugins/Rest')
-rw-r--r-- | OpenSim/ApplicationPlugins/Rest/Regions/GETHandler.cs | 1 | ||||
-rw-r--r-- | OpenSim/ApplicationPlugins/Rest/RestPlugin.cs | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/ApplicationPlugins/Rest/Regions/GETHandler.cs b/OpenSim/ApplicationPlugins/Rest/Regions/GETHandler.cs index 959bae6e2..8b22c16 100644 --- a/OpenSim/ApplicationPlugins/Rest/Regions/GETHandler.cs +++ b/OpenSim/ApplicationPlugins/Rest/Regions/GETHandler.cs | |||
@@ -35,7 +35,6 @@ using OpenSim.Region.Framework.Scenes; | |||
35 | 35 | ||
36 | namespace OpenSim.ApplicationPlugins.Rest.Regions | 36 | namespace OpenSim.ApplicationPlugins.Rest.Regions |
37 | { | 37 | { |
38 | |||
39 | public partial class RestRegionPlugin : RestPlugin | 38 | public partial class RestRegionPlugin : RestPlugin |
40 | { | 39 | { |
41 | #region GET methods | 40 | #region GET methods |
diff --git a/OpenSim/ApplicationPlugins/Rest/RestPlugin.cs b/OpenSim/ApplicationPlugins/Rest/RestPlugin.cs index 86de6de..aa70886 100644 --- a/OpenSim/ApplicationPlugins/Rest/RestPlugin.cs +++ b/OpenSim/ApplicationPlugins/Rest/RestPlugin.cs | |||
@@ -42,7 +42,7 @@ namespace OpenSim.ApplicationPlugins.Rest | |||
42 | { | 42 | { |
43 | #region properties | 43 | #region properties |
44 | 44 | ||
45 | protected static readonly ILog m_log = | 45 | protected static readonly ILog m_log = |
46 | LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 46 | LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
47 | 47 | ||
48 | private IConfig _config; // Configuration source: Rest Plugins | 48 | private IConfig _config; // Configuration source: Rest Plugins |