aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/InventoryServer/GridInventoryService.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Grid/InventoryServer/GridInventoryService.cs')
-rw-r--r--OpenSim/Grid/InventoryServer/GridInventoryService.cs5
1 files changed, 3 insertions, 2 deletions
diff --git a/OpenSim/Grid/InventoryServer/GridInventoryService.cs b/OpenSim/Grid/InventoryServer/GridInventoryService.cs
index 16d8154..66dfb14 100644
--- a/OpenSim/Grid/InventoryServer/GridInventoryService.cs
+++ b/OpenSim/Grid/InventoryServer/GridInventoryService.cs
@@ -44,6 +44,8 @@ namespace OpenSim.Grid.InventoryServer
44 /// </summary> 44 /// </summary>
45 public class GridInventoryService : InventoryServiceBase 45 public class GridInventoryService : InventoryServiceBase
46 { 46 {
47 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
48
47 private bool m_doLookup = false; 49 private bool m_doLookup = false;
48 50
49 public bool DoLookup 51 public bool DoLookup
@@ -51,8 +53,7 @@ namespace OpenSim.Grid.InventoryServer
51 get { return m_doLookup; } 53 get { return m_doLookup; }
52 set { m_doLookup = value; } 54 set { m_doLookup = value; }
53 } 55 }
54 private static readonly ILog m_log 56
55 = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
56 private static readonly int INVENTORY_DEFAULT_SESSION_TIME = 30; // secs 57 private static readonly int INVENTORY_DEFAULT_SESSION_TIME = 30; // secs
57 58
58 private string m_userserver_url; 59 private string m_userserver_url;