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

  1. //
  2. //   COMPONENT_NAME: somp
  3. //
  4. //   ORIGINS: 27
  5. //
  6. //
  7. //    25H7912  (C)  COPYRIGHT International Business Machines Corp. 1992,1996,1996  
  8. //   All Rights Reserved
  9. //   Licensed Materials - Property of IBM
  10. //   US Government Users Restricted Rights - Use, duplication or
  11. //   disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  12. //
  13. //#  @(#) 2.9 src/somp/sompstad.idl, somp, som2.1 12/26/95 17:02:39 [7/30/96 14:47:06]
  14.  
  15.  
  16. /* This IDL module is provided so that a sompstat.h file
  17.    will be built.                                                   */
  18.  
  19. #ifndef SOMPSTAD_IDL
  20. #define SOMPSTAD_IDL
  21.  
  22. #include <somobj.idl>
  23.  
  24. module SOMPStatDef
  25. {
  26.   #include <sompstat.idl>
  27. };
  28.  
  29. #endif
  30.