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