home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / samples / som / somk / c / tp / suep.idl < prev    next >
Encoding:
Text File  |  1996-01-24  |  957 b   |  52 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: suep.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 suep_idl
  17. #define suep_idl
  18.  
  19. #include "ep.idl"
  20.  
  21. interface setUpEnvProcessor : envProcessor
  22. {
  23.   long suReadIntWord();
  24.   
  25.   // Used to read an integer word.
  26.  
  27.   void suProcessOptions();
  28.   
  29.   // Used to process set up options.
  30.  
  31.  
  32.  
  33. #ifdef __SOMIDL__
  34.   implementation {
  35.  
  36.     releaseorder: suReadIntWord,suProcessOptions;
  37.  
  38.     //# Class Modifiers
  39.     callstyle = oidl;
  40.     local; 
  41.     filestem = suep;
  42.  
  43.  
  44.  
  45.     //# Method Modifiers
  46.  
  47.   };
  48. #endif /* __SOMIDL__ */
  49. };
  50.  
  51. #endif  /* suep_idl */
  52.