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

  1. //
  2. //   COMPONENT_NAME: somp
  3. //
  4. //   ORIGINS: 27
  5. //
  6. //
  7. //    25H7912  (C)  COPYRIGHT International Business Machines Corp. 1992,1994,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/fsgm.idl, somp, som2.1 12/26/95 16:55:56 [7/30/96 14:46:52]
  14.  
  15.  
  16.  
  17. #ifndef fsgm_idl
  18. #define fsgm_idl
  19.  
  20. #include <fsagm.idl>
  21.  
  22. #include <somperrd.idl>
  23.  
  24. interface SOMPBinary : SOMPAscii
  25.  
  26. // This is an IO Group Manager class which writes groups of objects
  27. // in a format similar to class SOMPAscii execept that this
  28. // class stores numeric data in binary.
  29.  
  30. {
  31. #ifdef __SOMIDL__
  32.  
  33. implementation
  34. {
  35.    callstyle=idl;
  36.    dllname="somp.dll";
  37.  
  38. // Class Modifiers
  39.    majorversion = 2;
  40.    minorversion = 1;
  41.    filestem = fsgm;
  42.  
  43. // Method Modifiers
  44.    sompInstantiateMediaInterface: override;
  45.  
  46. };
  47. #endif /* __SOMIDL__ */
  48.  
  49. };
  50.  
  51.  
  52. #endif  /* fsgm_idl */
  53.