home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / tolkit45.zip / os2tk45 / som / include / gen_idl.efw < prev    next >
Text File  |  1999-02-22  |  981b  |  43 lines

  1. :template
  2. /* @(#) somc/gen_idl.efw 2.5 9/1/94 19:27:23 [7/30/96 14:44:56] */
  3.  
  4. /*
  5.  *   COMPONENT_NAME: some
  6.  *
  7.  *   ORIGINS: 27
  8.  *
  9.  *
  10.  *   10H9767, 10H9769  (C) COPYRIGHT International Business Machines Corp. 1992,1994
  11.  *   All Rights Reserved
  12.  *   Licensed Materials - Property of IBM
  13.  *   US Government Users Restricted Rights - Use, duplication or
  14.  *   disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  15.  */
  16.  
  17.  
  18. /*
  19.  *         File:    <className>.idl
  20.  *       Author:    SOMObjects Emitter Framework
  21.  *     Contents:    Generic framework logic class for <className>.
  22.  *         Date:    <timeStamp>.
  23.  */
  24.  
  25. #ifndef <className>_idl
  26. #define <className>_idl
  27.  
  28. #include \<scemit.idl\>
  29. interface <className> : SOMTEmitC
  30. {
  31. #ifdef __SOMIDL__
  32.   implementation {
  33.     //# Class Modifiers
  34.     callstyle = oidl;
  35.   
  36.     //# Method Modifiers
  37.     somtGenerateSections: override;
  38.   };
  39. #endif /* __SOMIDL__ */
  40. };
  41.  
  42. #endif  /* <className>_idl */
  43.