equal
deleted
inserted
replaced
375 } |
375 } |
376 else |
376 else |
377 { |
377 { |
378 // this is a normal attribute. |
378 // this is a normal attribute. |
379 TypeId tid = root->GetInstanceTypeId (); |
379 TypeId tid = root->GetInstanceTypeId (); |
380 struct TypeId::AttributeInfo info; |
380 struct TypeId::AttributeInformation info; |
381 if (!tid.LookupAttributeByName (item, &info)) |
381 if (!tid.LookupAttributeByName (item, &info)) |
382 { |
382 { |
383 NS_LOG_DEBUG ("Requested item="<<item<<" does not exist on path="<<GetResolvedPath ()); |
383 NS_LOG_DEBUG ("Requested item="<<item<<" does not exist on path="<<GetResolvedPath ()); |
384 return; |
384 return; |
385 } |
385 } |