SH-1252 & SH-1253 accesor cleanup

master
prep 2011-05-25 12:40:51 -04:00
parent cb797532c0
commit b76d15ed14
2 changed files with 3 additions and 3 deletions

View File

@ -1418,12 +1418,12 @@ void LLViewerObjectList::onObjectCostFetchFailure(const LLUUID& object_id)
mPendingObjectCost.erase(object_id);
}
void LLViewerObjectList::updateQuotaCost( const LLUUID& objectId, const SelectionQuota& quota )
void LLViewerObjectList::updateQuota( const LLUUID& objectId, const SelectionQuota& quota )
{
LLViewerObject* pVO = findObject( objectId );
if ( pVO )
{
//pVO->updateQuota( quota );
pVO->updateQuota( quota );
}
}

View File

@ -102,7 +102,7 @@ public:
F32 restitution,
F32 gravity_multiplier);
void updateQuotaCost( const LLUUID& objectId, const SelectionQuota& costs );
void updateQuota( const LLUUID& objectId, const SelectionQuota& costs );
void shiftObjects(const LLVector3 &offset);