* Following on from sdague's r3144, commenting out other parts of TribalMedia

* This should resolve the current build problem
This commit is contained in:
Justin Clarke Casey
2008-01-21 18:39:54 +00:00
parent 196481efc7
commit c3594ba7d1
6 changed files with 14 additions and 1 deletions

View File

@@ -2,6 +2,7 @@ using System.Data.Common;
using MySql.Data.MySqlClient;
// using TribalMedia.Framework.Data;
/*
namespace OpenSim.Framework.Data.MySQL
{
public class MySQLDatabaseMapper : OpenSimDatabaseConnector
@@ -23,3 +24,4 @@ namespace OpenSim.Framework.Data.MySQL
}
}
}
*/