expose MySQLUserData class so that it can be tested
parent
dabb311711
commit
b4f204e526
|
@ -41,7 +41,7 @@ namespace OpenSim.Data.MySQL
|
|||
/// <summary>
|
||||
/// A database interface class to a user profile storage system
|
||||
/// </summary>
|
||||
internal class MySQLUserData : UserDataBase
|
||||
class MySQLUserData : UserDataBase
|
||||
{
|
||||
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
|
||||
|
|
Loading…
Reference in New Issue