5 using namespace awful::idlast
;
7 void Method::resolveRefs( const Class
* pClass_
, DependencyList
& DepList_
) const
9 Overloads::const_iterator it
;
10 for( it
= m_Overloads
.begin(); it
!= m_Overloads
.end(); ++it
)
11 it
->second
->resolveRefs( pClass_
, DepList_
);