home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-09-17 | 722 b | 29 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: FWTxtTyp.idl
- // Release Version: $ ODF 2 $
- //
- // Copyright: (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #ifndef FWTXTTYP_IDL
- #define FWTXTTYP_IDL
-
- #define FW_EMIT_TEXT_TYPES 1
- #include "SLTxtTyp.idl"
-
- module ODFStringSubsystemTypes
- {
- // This is a hack merely to get the som compiler to emit the types
-
- // // The class DummyClassNotToBeUsed will not be implemented or used
- // interface DummyClassNotToBeUsed {};
-
- // use same tricks as StdDefs.idl
- const string ODF_TxtTyp_Version = "1.0.";
- };
-
- #endif
-
-