home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / opendc12.zip / od124os2.exe / od12otk1.exe / include / StdExts.idl < prev    next >
Text File  |  1997-04-02  |  2KB  |  64 lines

  1. /* @(#)Z 1.4 com/src/include/idl/StdExts.idl, odcore, od96os2, odos29712d 97/03/21 17:18:33 (96/10/29 09:28:07) */
  2.  
  3. //#====START_GENERATED_PROLOG======================================
  4. //#
  5. //#
  6. //#   COMPONENT_NAME: odcore
  7. //#
  8. //#   CLASSES: none
  9. //#
  10. //#   ORIGINS: 82,27
  11. //#
  12. //#
  13. //#   (C) COPYRIGHT International Business Machines Corp. 1995,1996
  14. //#   All Rights Reserved
  15. //#   Licensed Materials - Property of IBM
  16. //#   US Government Users Restricted Rights - Use, duplication or
  17. //#   disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  18. //#
  19. //#   IBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
  20. //#   ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  21. //#   PURPOSE. IN NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR
  22. //#   CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
  23. //#   USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
  24. //#   OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
  25. //#   OR PERFORMANCE OF THIS SOFTWARE.
  26. //#
  27. //#====END_GENERATED_PROLOG========================================
  28. //#
  29. //#     Copyright:      (r) 1993-1994 by Apple Computer, Inc., all rights reserved.
  30.  
  31. #ifndef _STDEXTS_
  32. #define _STDEXTS_
  33.  
  34. #ifndef _ODTYPESM_
  35. #include "ODTypesM.idl"
  36. #endif
  37.  
  38. /* $$$$$ The C/C++ output for this file needs to be compiled by C/C++ and Rez
  39.  If the C++ emitter ever changes to generate constants, this will
  40.  no longer be true.
  41. */
  42.  
  43. #if defined(__SOMIDL__) && defined(EMIT_GLOBAL_CONSTANTS)
  44. #pragma somemittypes on
  45. #endif
  46.  
  47. const ODType kODShellPlugIn             = "OpenDoc:Extension:Shell:PlugIn";
  48. const ODType kODSettingsExtension       = "OpenDoc:Extension:Info:Settings";
  49. const ODType kODExtSemanticInterface= "OpenDoc:Extension:SemanticInterface";
  50. const ODType kODScriptExtension         = "OpenDoc:Extension:AttachedScript";
  51.  
  52.  
  53.  
  54. #if defined(__SOMIDL__) && defined(EMIT_GLOBAL_CONSTANTS)
  55. #pragma somemittypes off
  56. #endif
  57.  
  58. module OpenDoc_StandardExtensions
  59. {
  60.         const string OpenDoc_StandardExtensions_Version = "1.0.";
  61. };
  62.  
  63. #endif //# _STDEXTS_
  64.