expose MySQLUserData class so that it can be tested

0.6.0-stable
Sean Dague 2008-09-24 21:16:56 +00:00
parent dabb311711
commit b4f204e526
1 changed files with 1 additions and 1 deletions

View File

@ -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);