lib-bcl.h
上传用户:filter2008
上传日期:2010-03-12
资源大小:2959k
文件大小:1k
源码类别:

编辑器/阅读器

开发平台:

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