home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / odtlktv4.zip / ODTLKT / TOOLKIT / IDL / STDEXTS.IDL < prev    next >
Text File  |  1995-12-13  |  2KB  |  49 lines

  1. /********************************************************************/
  2. /*  Licensed Materials - Property of IBM                            */
  3. /*                                                                  */
  4. /*                                                                  */
  5. /* Copyright (C) International Business Machines Corp., 1994.       */
  6. /* Copyright (C) Apple Computer, Inc., 1994                         */
  7. /*                                                                  */
  8. /*  US Government Users Restricted Rights -                         */
  9. /*  Use, duplication, or disclosure restricted                      */
  10. /*  by GSA ADP Schedule Contract with IBM Corp.                     */
  11. /*                                                                  */
  12. /*                                                                  */
  13. /********************************************************************/
  14.  
  15. #ifndef _STDEXTS_
  16. #define _STDEXTS_
  17.  
  18. #ifndef _ODTYPESM_
  19. #include "ODTypesM.idl"
  20. #endif
  21.  
  22. /* $$$$$ The C/C++ output for this file needs to be compiled by C/C++ and Rez
  23.  If the C++ emitter ever changes to generate constants, this will
  24.  no longer be true.
  25. */
  26.  
  27. #if defined(__SOMIDL__) && defined(EMIT_GLOBAL_CONSTANTS)
  28. #pragma somemittypes on
  29. #endif
  30.  
  31. const ODType kODShellPlugIn     = "OpenDoc:Extension:Shell:PlugIn";
  32. const ODType kODSettingsExtension   = "OpenDoc:Extension:Info:Settings";
  33. const ODType kODExtSemanticInterface= "OpenDoc:Extension:SemanticInterface";
  34. #ifdef _PLATFORM_OS2_
  35. const ODType kODExtStatusLine= "OpenDoc:Extension:StatusLine";
  36. #endif
  37. // const ODType kODMenuExtension = "Opendoc:Extension:Menu";
  38.  
  39. #if defined(__SOMIDL__) && defined(EMIT_GLOBAL_CONSTANTS)
  40. #pragma somemittypes off
  41. #endif
  42.  
  43. module OpenDoc_StandardExtensions
  44. {
  45.   const string OpenDoc_StandardExtensions_Version = "1.0.";
  46. };
  47.  
  48. #endif // _STDEXTS_
  49.