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