cplusdiabIos.c
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:1k
源码类别:

VxWorks

开发平台:

C/C++

  1. /* cplusDiabIos.c - VxWorks iostreams class library initialization */
  2. /* Copyright 1995 Wind River Systems, Inc. */
  3. /*
  4. modification history
  5. --------------------
  6. 01b,18mar01,sn   INCLUDE_CPLUS_IOSTREAMS_FULL implies INCLUDE_CPLUS_IOSTREAMS
  7. 01a,06nov01,sn   wrote
  8. */
  9. /*
  10. DESCRIPTION
  11. This file is used to include the iostreams classes in the 
  12. VxWorks build. The routines are only included when this file is 
  13. included by usrConfig.c.
  14. NOMANUAL
  15. */
  16. #ifndef __INCcplusIosc
  17. #define __INCcplusIosc
  18. #ifdef INCLUDE_CPLUS_IOSTREAMS_FULL
  19. #define INCLUDE_CPLUS_IOSTREAMS
  20. #endif
  21. #ifdef INCLUDE_CPLUS_IOSTREAMS
  22. extern char __diab_cplusplus_std_libraryInit;
  23. char * __cplusIosObjs [] =
  24. {
  25.     &__diab_cplusplus_std_libraryInit,
  26.     0
  27. };
  28. #endif
  29. #ifdef INCLUDE_CPLUS_IOSTREAMS_FULL
  30. /* TODO */
  31. #endif
  32. #endif /* __INCcplusIosc */