lib-bcl.h
Upload User: tt5168365
Upload Date: 2019-04-19
Package Size: 3137k
Code Size: 1k
Category:

Exploit

Development Platform:

C/C++

  1. //  lib-bcl.h
  2. // lib-bcl.lnt contains an option -header(lib-bcl.h) which causes
  3. // this header file to be automatically included for every
  4. // module (compilation unit)
  5. // this is only needed for C++
  6. #ifdef __cplusplus
  7. //  These are required for PC-lint to process templates referring to same
  8. template <class T,class Alloc> class TMSListImp;
  9. template <class T,class Alloc> class TMIListIteratorImp;
  10. template <class T,class Alloc> class TMISListIteratorImp;
  11. //  This is probably a mispelling of "TOcRemView"
  12. class TOcRemVie;
  13. #endif