diff options
author | Sean Dague | 2008-09-24 21:16:56 +0000 |
---|---|---|
committer | Sean Dague | 2008-09-24 21:16:56 +0000 |
commit | b4f204e5266acbc95c25389704127a7dd0bf3e0e (patch) | |
tree | 29d937f3993a8baa60dfc00d7d74be1114fff8b4 /OpenSim/Data/MySQL | |
parent | remove configurable table names from the mysql user driver. That (diff) | |
download | opensim-SC_OLD-b4f204e5266acbc95c25389704127a7dd0bf3e0e.zip opensim-SC_OLD-b4f204e5266acbc95c25389704127a7dd0bf3e0e.tar.gz opensim-SC_OLD-b4f204e5266acbc95c25389704127a7dd0bf3e0e.tar.bz2 opensim-SC_OLD-b4f204e5266acbc95c25389704127a7dd0bf3e0e.tar.xz |
expose MySQLUserData class so that it can be tested
Diffstat (limited to 'OpenSim/Data/MySQL')
-rw-r--r-- | OpenSim/Data/MySQL/MySQLUserData.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/MySQL/MySQLUserData.cs b/OpenSim/Data/MySQL/MySQLUserData.cs index 3226162..8248463 100644 --- a/OpenSim/Data/MySQL/MySQLUserData.cs +++ b/OpenSim/Data/MySQL/MySQLUserData.cs | |||
@@ -41,7 +41,7 @@ namespace OpenSim.Data.MySQL | |||
41 | /// <summary> | 41 | /// <summary> |
42 | /// A database interface class to a user profile storage system | 42 | /// A database interface class to a user profile storage system |
43 | /// </summary> | 43 | /// </summary> |
44 | internal class MySQLUserData : UserDataBase | 44 | class MySQLUserData : UserDataBase |
45 | { | 45 | { |
46 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 46 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
47 | 47 | ||