refactor: rename IteratingUuidGather.AddAssetUuidToInspect() and RecordAssetUuids() to AddForInspection() as this properly describes what both of these methods do.

This commit is contained in:
Justin Clark-Casey (justincc)
2014-12-05 00:21:42 +00:00
parent b0ff3236be
commit f3ab7c0f5c
2 changed files with 120 additions and 115 deletions

View File

@@ -607,7 +607,7 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer
IDictionary<UUID, sbyte> ids = new Dictionary<UUID, sbyte>();
IteratingHGUuidGatherer uuidGatherer
= new IteratingHGUuidGatherer(Scene.AssetService, url, ids);
uuidGatherer.RecordAssetUuids(so);
uuidGatherer.AddForInspection(so);
while (!uuidGatherer.Complete)
{