aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite/SQLiteGenericTableHandler.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/SQLiteGenericTableHandler.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 '')
-rw-r--r--OpenSim/Data/SQLite/SQLiteGenericTableHandler.cs4
1 files changed, 1 insertions, 3 deletions
diff --git a/OpenSim/Data/SQLite/SQLiteGenericTableHandler.cs b/OpenSim/Data/SQLite/SQLiteGenericTableHandler.cs
index 6b67ec6..8e91693 100644
--- a/OpenSim/Data/SQLite/SQLiteGenericTableHandler.cs
+++ b/OpenSim/Data/SQLite/SQLiteGenericTableHandler.cs
@@ -39,9 +39,7 @@ namespace OpenSim.Data.SQLite
39{ 39{
40 public class SQLiteGenericTableHandler<T> : SQLiteFramework where T: class, new() 40 public class SQLiteGenericTableHandler<T> : SQLiteFramework where T: class, new()
41 { 41 {
42 private static readonly ILog m_log = 42// private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
43 LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
44
45 43
46 protected Dictionary<string, FieldInfo> m_Fields = 44 protected Dictionary<string, FieldInfo> m_Fields =
47 new Dictionary<string, FieldInfo>(); 45 new Dictionary<string, FieldInfo>();