home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / samples / som / somk / c / tp / blep.idl < prev    next >
Encoding:
Text File  |  1996-01-24  |  921 b   |  45 lines

  1. /*
  2.  *    %Z% %I% %W% %G% %U% [%H% %T%] (c)IBM Corp. 1992
  3.  */
  4.  
  5. // This file was generated by the SOM Compiler.
  6. // FileName: blep.id2.
  7. // Generated using:
  8. //     SOM Precompiler spc: 6.9
  9. //     SOM Emitter emitidl.dll: 6.8
  10.  
  11. //  This class is adapted from the book
  12. //    Class Construction in C and C++, Object Oriented Fundamentals
  13. //    by Roger Sessions, Copyright (c) 1992 Prentice Hall.
  14. //  Reprinted with permission.
  15.  
  16. #ifndef blep_idl
  17. #define blep_idl
  18.  
  19. #include "txtep.idl"
  20.  
  21. interface bulletedList : txtEnvProcessor
  22. {
  23.  
  24. #ifdef __SOMIDL__
  25.   implementation {
  26.  
  27.     //# Class Modifiers
  28.     callstyle = oidl;
  29.     local; 
  30.     filestem = blep;
  31.  
  32.  
  33.  
  34.     //# Method Modifiers
  35.     epGetParagraphIndentation: override;
  36.     epGetLineIndentation: override;
  37.     epInitializeEnvironment: override;
  38.     tpProcessNewParagraph: override;
  39.  
  40.   };
  41. #endif /* __SOMIDL__ */
  42. };
  43.  
  44. #endif  /* blep_idl */
  45.