50 assert(FNbRef >= AValue);
53 if ( FNbRef==0 )
delete this;
61 assert(APrecompile != NULL);
63 FListPrecompile.push_back(APrecompile);
69 assert(APrecompile != NULL);
72 list<CPrecompile *>::iterator it= FListPrecompile.begin();
73 while(!found && it!=FListPrecompile.end())
75 if (*it == APrecompile)
77 FListPrecompile.erase(it);
89 list<CPrecompile *>::iterator it = FListPrecompile.begin();
90 while( it!=FListPrecompile.end() )