* 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

@@ -1,8 +1,9 @@
using System;
using OpenSim.Framework;
using TribalMedia.Framework.Data;
//using TribalMedia.Framework.Data;
using libsecondlife;
/*
namespace OpenSim.Framework.Data
{
public class PrimitiveBaseShapeRowMapper : BaseRowMapper<PrimitiveBaseShape>
@@ -141,3 +142,4 @@ namespace OpenSim.Framework.Data
}
}
}
*/