home *** CD-ROM | disk | FTP | other *** search
- /*
- * %Z% %I% %W% %G% %U% [%H% %T%] (c)IBM Corp. 1992
- */
-
- // This file was generated by the SOM Compiler.
- // FileName: suep.id2.
- // Generated using:
- // SOM Precompiler spc: 6.9
- // SOM Emitter emitidl.dll: 6.8
-
- // This class is adapted from the book
- // Class Construction in C and C++, Object Oriented Fundamentals
- // by Roger Sessions, Copyright (c) 1992 Prentice Hall.
- // Reprinted with permission.
-
- #ifndef suep_idl
- #define suep_idl
-
- #include "ep.idl"
-
- interface setUpEnvProcessor : envProcessor
- {
- long suReadIntWord();
-
- // Used to read an integer word.
-
- void suProcessOptions();
-
- // Used to process set up options.
-
-
-
- #ifdef __SOMIDL__
- implementation {
-
- releaseorder: suReadIntWord,suProcessOptions;
-
- //# Class Modifiers
- callstyle = oidl;
- local;
- filestem = suep;
-
-
-
- //# Method Modifiers
-
- };
- #endif /* __SOMIDL__ */
- };
-
- #endif /* suep_idl */
-