aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/AssetInventoryServer/Plugins/AuthorizeAllPlugin.cs
diff options
context:
space:
mode:
authorMike Mazur2009-02-16 02:28:16 +0000
committerMike Mazur2009-02-16 02:28:16 +0000
commitf8d51e6949a8d4c3c3b2846279b171ca656105df (patch)
tree1bf43a28ced491b6656206bc17f81af3fe944029 /OpenSim/Grid/AssetInventoryServer/Plugins/AuthorizeAllPlugin.cs
parentName extension points a little clearer. (diff)
downloadopensim-SC_OLD-f8d51e6949a8d4c3c3b2846279b171ca656105df.zip
opensim-SC_OLD-f8d51e6949a8d4c3c3b2846279b171ca656105df.tar.gz
opensim-SC_OLD-f8d51e6949a8d4c3c3b2846279b171ca656105df.tar.bz2
opensim-SC_OLD-f8d51e6949a8d4c3c3b2846279b171ca656105df.tar.xz
- clean up using references as well as References in prebuild.xml
- comment out a bunch of stuff in OpenSimInventoryFrontendPlugin.cs to get rid of warnings
Diffstat (limited to 'OpenSim/Grid/AssetInventoryServer/Plugins/AuthorizeAllPlugin.cs')
-rw-r--r--OpenSim/Grid/AssetInventoryServer/Plugins/AuthorizeAllPlugin.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Grid/AssetInventoryServer/Plugins/AuthorizeAllPlugin.cs b/OpenSim/Grid/AssetInventoryServer/Plugins/AuthorizeAllPlugin.cs
index 70322e4..517da28 100644
--- a/OpenSim/Grid/AssetInventoryServer/Plugins/AuthorizeAllPlugin.cs
+++ b/OpenSim/Grid/AssetInventoryServer/Plugins/AuthorizeAllPlugin.cs
@@ -38,7 +38,7 @@ namespace OpenSim.Grid.AssetInventoryServer.Plugins
38 public class AuthorizeAllPlugin : IAuthorizationProvider 38 public class AuthorizeAllPlugin : IAuthorizationProvider
39 { 39 {
40 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); 40 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
41 AssetInventoryServer server; 41 //private AssetInventoryServer m_server;
42 42
43 public AuthorizeAllPlugin() 43 public AuthorizeAllPlugin()
44 { 44 {
@@ -48,7 +48,7 @@ namespace OpenSim.Grid.AssetInventoryServer.Plugins
48 48
49 public void Initialise(AssetInventoryServer server) 49 public void Initialise(AssetInventoryServer server)
50 { 50 {
51 this.server = server; 51 //m_server = server;
52 52
53 m_log.Info("[ASSET] Authorize All loaded."); 53 m_log.Info("[ASSET] Authorize All loaded.");
54 } 54 }