home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODFDev / ODF / Found / FWString / FWTxtTyp.idl < prev    next >
Encoding:
Text File  |  1996-09-17  |  722 b   |  29 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                FWTxtTyp.idl
  4. //    Release Version:    $ ODF 2 $
  5. //
  6. //    Copyright:    (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
  7. //
  8. //========================================================================================
  9.  
  10. #ifndef FWTXTTYP_IDL
  11. #define FWTXTTYP_IDL
  12.  
  13. #define FW_EMIT_TEXT_TYPES 1
  14. #include "SLTxtTyp.idl"
  15.  
  16. module ODFStringSubsystemTypes
  17. {
  18.     // This is a hack merely to get the som compiler to emit the types
  19.  
  20. //    // The class DummyClassNotToBeUsed will not be implemented or used
  21. //    interface DummyClassNotToBeUsed {};
  22.  
  23.     // use same tricks as StdDefs.idl
  24.     const string ODF_TxtTyp_Version = "1.0.";
  25. };
  26.  
  27. #endif
  28.  
  29.