home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / tolkit45.zip / os2tk45 / som / include / poid.idl < prev    next >
Text File  |  1999-02-22  |  946b  |  49 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.10 src/somp/poid.idl, somp, som2.1 12/26/95 17:03:43 [7/30/96 14:47:07]
  14.  
  15.  
  16.  
  17. #ifndef poid_idl
  18. #define poid_idl
  19.  
  20. #include <somp.idl>
  21. #include <poida.idl>
  22. interface SOMPIdAssigner : SOMPIdAssignerAbstract
  23.  
  24. // See poida.csc for the abstract definition of this class.
  25.  
  26. {
  27.  
  28. #ifdef __SOMIDL__
  29.  
  30. implementation
  31. {
  32.    callstyle=idl;
  33.    dllname="somp.dll";
  34.  
  35. // Class Modifiers
  36.    majorversion = 2;
  37.    minorversion = 1;
  38.    filestem = poid;
  39.  
  40. // Method Modifiers
  41.    sompGetSystemAssignedId: override;
  42.  
  43. };
  44. #endif /* __SOMIDL__ */
  45.  
  46. };
  47.  
  48. #endif  /* poid_idl */
  49.