home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / samples / som / somk / c / tp / statcls.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-01-24  |  799 b   |  23 lines

  1. /*
  2. **  Define all of the classes that we statically link with.
  3. */
  4.  
  5. #if !defined(statcls_h_included)
  6. #define statcls_h_included
  7. #define SOM_DONT_IMPORT_CLASS_bulletedList
  8. #define SOM_DONT_IMPORT_CLASS_baseType
  9. #define SOM_DONT_IMPORT_CLASS_columnBlock
  10. #define SOM_DONT_IMPORT_CLASS_envProcessor
  11. #define SOM_DONT_IMPORT_CLASS_fileMgr
  12. #define SOM_DONT_IMPORT_CLASS_footer
  13. #define SOM_DONT_IMPORT_CLASS_header
  14. #define SOM_DONT_IMPORT_CLASS_indentedParagraphs
  15. #define SOM_DONT_IMPORT_CLASS_link
  16. #define SOM_DONT_IMPORT_CLASS_linkedList
  17. #define SOM_DONT_IMPORT_CLASS_page
  18. #define SOM_DONT_IMPORT_CLASS_setUpEnvProcessor
  19. #define SOM_DONT_IMPORT_CLASS_textLine
  20. #define SOM_DONT_IMPORT_CLASS_TPWord
  21. #define SOM_DONT_IMPORT_CLASS_txtEnvProcessor
  22. #define SOM_DONT_IMPORT_CLASS_word
  23. #endif