Home
last modified time | relevance | path

Searched refs:lcl_aDeletors (Results 1 – 1 of 1) sorted by relevance

/trunk/main/vcl/source/helper/
H A Dlazydelete.cxx49 static std::vector< LazyDeletorBase* > lcl_aDeletors; variable
53 lcl_aDeletors.push_back( i_pDel ); in addDeletor()
58 unsigned int nCount = lcl_aDeletors.size(); in flush()
60 delete lcl_aDeletors[i]; in flush()
61 lcl_aDeletors.clear(); in flush()

Completed in 13 milliseconds