fCurrentAttribute
fCurrentAttribute = (fAttrDir ? fAttrDir->GetFirstAttribute() : NULL);
fCurrentAttribute = attribute;
return fCurrentAttribute;
if (fAttrDir && fCurrentAttribute)
fCurrentAttribute = fAttrDir->GetNextAttribute(fCurrentAttribute);
return fCurrentAttribute;
fCurrentAttribute = (fAttrDir ? fAttrDir->GetFirstAttribute() : NULL);
Attribute* fCurrentAttribute;