aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite/SQLiteXInventoryData.cs
diff options
context:
space:
mode:
authorMelanie2010-02-04 17:29:33 +0000
committerMelanie2010-02-04 17:29:33 +0000
commit776d62b9c610614053ccd30384624e61c7514edf (patch)
tree52426c20053987488cec78bd2a22a5639ba776f2 /OpenSim/Data/SQLite/SQLiteXInventoryData.cs
parentLine endings cleanup (diff)
parentRevert "change position of OnAttach event firing so that this also happens wh... (diff)
downloadopensim-SC-776d62b9c610614053ccd30384624e61c7514edf.zip
opensim-SC-776d62b9c610614053ccd30384624e61c7514edf.tar.gz
opensim-SC-776d62b9c610614053ccd30384624e61c7514edf.tar.bz2
opensim-SC-776d62b9c610614053ccd30384624e61c7514edf.tar.xz
Merge branch 'master' into careminster
Diffstat (limited to 'OpenSim/Data/SQLite/SQLiteXInventoryData.cs')
-rw-r--r--OpenSim/Data/SQLite/SQLiteXInventoryData.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Data/SQLite/SQLiteXInventoryData.cs b/OpenSim/Data/SQLite/SQLiteXInventoryData.cs
index 97625a7..5c93f88 100644
--- a/OpenSim/Data/SQLite/SQLiteXInventoryData.cs
+++ b/OpenSim/Data/SQLite/SQLiteXInventoryData.cs
@@ -41,8 +41,7 @@ namespace OpenSim.Data.SQLite
41 /// </summary> 41 /// </summary>
42 public class SQLiteXInventoryData : IXInventoryData 42 public class SQLiteXInventoryData : IXInventoryData
43 { 43 {
44 private static readonly ILog m_log = LogManager.GetLogger( 44// private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
45 MethodBase.GetCurrentMethod().DeclaringType);
46 45
47 private SQLiteGenericTableHandler<XInventoryFolder> m_Folders; 46 private SQLiteGenericTableHandler<XInventoryFolder> m_Folders;
48 private SqliteItemHandler m_Items; 47 private SqliteItemHandler m_Items;