Removed LLDynamicArray, LLDynamicArrayIndexed, LLDynamicArrayPtr, LLDLinked, LLDynamicQueuePtr, LLEnum, and LLIndexedQueue. Added new LLPointer variants.
This commit is contained in:
@@ -240,7 +240,7 @@ namespace tut
|
||||
3) void updateWorldPRSParent();
|
||||
4) void updateWorldMatrix();
|
||||
5) LLXformMatrix *getXform() { return &mXform; }
|
||||
6) void setConstraintSilhouette(LLDynamicArray<LLVector3>& silhouette);
|
||||
6) void setConstraintSilhouette(std::vector<LLVector3>& silhouette);
|
||||
7) void clampRotation(LLQuaternion old_rot, LLQuaternion new_rot);
|
||||
|
||||
// *
|
||||
|
||||
@@ -510,7 +510,7 @@ namespace tut
|
||||
|
||||
template<> template<>
|
||||
void LLTemplateMessageBuilderTestObject::test<22>()
|
||||
// repeated penultimate block (crashes when data in LLDynamicArrayIndexed)
|
||||
// repeated penultimate block (crashes when data in LLIndexedVector)
|
||||
{
|
||||
U32 inTest00 = 0, inTest01 = 1, inTest1 = 2;
|
||||
U32 outTest00, outTest01, outTest1;
|
||||
|
||||
Reference in New Issue
Block a user