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

  1. //
  2. //   COMPONENT_NAME: somr
  3. //
  4. //   ORIGINS: 27
  5. //
  6. //
  7. //   10H9767, 10H9769  (C) COPYRIGHT International Business Machines Corp. 1992,1994
  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.7 src/somr/somrerrd.idl, somr, som2.1 9/1/94 15:53:22 [7/30/96 14:49:36]
  14.  
  15.  
  16.  
  17. #ifndef somrerrd_idl
  18. #define somrerrd_idl
  19.  
  20. #include <somobj.idl>
  21. //interface SOMRErrorDefinition : SOMObject
  22. module SOMRErrorDefinition
  23. {
  24.   #include <somrerr.idl>
  25. };
  26.  
  27. #endif /* somrerrd_idl */
  28.