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: header.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 header_idl
- #define header_idl
-
- #include "ep.idl"
-
- interface header : envProcessor
- {
-
- #ifdef __SOMIDL__
- implementation {
-
- //# Class Modifiers
- callstyle = oidl;
- local;
- filestem = header;
-
-
-
- //# Method Modifiers
- epProcessEnvironment: override;
-
- };
- #endif /* __SOMIDL__ */
- };
-
- #endif /* header_idl */
-