5 using namespace awful::idlast
;
7 void ParamList::resolveRefs( const Class
* pClass_
, DependencyList
& DepList_
) const
10 m_pReturnType
->resolveRefs( pClass_
, DepList_
);
12 vector_type::const_iterator it
;
13 for( it
= begin(); it
!= end(); ++it
)
14 it
->second
->resolveRefs( pClass_
, DepList_
);