home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / samples / som / somk / c / tp / ipep.idl < prev    next >
Encoding:
Text File  |  1996-01-24  |  849 b   |  43 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: ipep.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 ipep_idl
  17. #define ipep_idl
  18.  
  19. #include "txtep.idl"
  20.  
  21. interface indentedParagraphs : txtEnvProcessor
  22. {
  23.  
  24. #ifdef __SOMIDL__
  25.   implementation {
  26.  
  27.     //# Class Modifiers
  28.     callstyle = oidl;
  29.     local; 
  30.     filestem = ipep;
  31.  
  32.  
  33.  
  34.     //# Method Modifiers
  35.     epGetParagraphIndentation: override;
  36.     epGetLineIndentation: override;
  37.  
  38.   };
  39. #endif /* __SOMIDL__ */
  40. };
  41.  
  42. #endif  /* ipep_idl */
  43.