home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / warphead.zip / H / LMGRDEFS.H < prev    next >
C/C++ Source or Header  |  1997-02-28  |  5KB  |  74 lines

  1. /* @(#)Z 1.3 os2/src/storage/lmgrdefs.h, oddataxfer, od96os2, odos29646d 96/11/15 15:50:01 (96/08/23 01:44:11) */
  2. /*====START_GENERATED_PROLOG======================================
  3.  */
  4. /*
  5.  *   COMPONENT_NAME: oddataxfer
  6.  *
  7.  *   CLASSES: none
  8.  *
  9.  *   ORIGINS: 82,27
  10.  *
  11.  *
  12.  *   (C) COPYRIGHT International Business Machines Corp. 1995,1996
  13.  *   All Rights Reserved
  14.  *   Licensed Materials - Property of IBM
  15.  *   US Government Users Restricted Rights - Use, duplication or
  16.  *   disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  17.  *       
  18.  *   IBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
  19.  *   ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  20.  *   PURPOSE. IN NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR
  21.  *   CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
  22.  *   USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
  23.  *   OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
  24.  *   OR PERFORMANCE OF THIS SOFTWARE.
  25.  */
  26. /*====END_GENERATED_PROLOG========================================
  27.  */
  28.  
  29. //-----------------------------------------------------------------------------
  30. //
  31. //  FILENAME: LMgrDefs.h
  32. //
  33. //  CONTAINS: Properties for DSOM Link Manager
  34. //           
  35. //    AUTHOR: Apple Computer, Inc. and IBM Corp.
  36. //
  37. //-----------------------------------------------------------------------------
  38.  
  39. #ifndef LMGRDEFS_H
  40. #define LMGRDEFS_H
  41.  
  42. //============================================================================
  43. // Property names for DSOM Linking
  44. //============================================================================
  45.  
  46. const ODPropertyName kODPropAvailabilityServerName = "+//ISO 9070/ANSI::113722::US::CI LABS::Opendoc:Property:AvailabilityServerName";
  47. const ODPropertyName kODPropDocuments              = "+//ISO 9070/ANSI::113722::US::CI LABS::OpenDoc:Property:Doccuments";
  48. const ODPropertyName kODPropDocID                  = "+//ISO 9070/ANSI::113722::US::CI LABS::OpenDoc:Property:DocID";
  49. const ODPropertyName kODPropDocIDCounter           = "+//ISO 9070/ANSI::113722::US::CI LABS::OpenDoc:Property:DocIDCounter";
  50. const ODPropertyName kODPropConnectionID           = "+//ISO 9070/ANSI::113722::US::CI LABS::OpenDoc:Property:ConnectionID";
  51. const ODPropertyName kODPropIDCounter              = "+//ISO 9070/ANSI::113722::US::CI LABS::OpenDoc:Property:IDCounter";
  52. const ODPropertyName kODPropLinkID                 = "+//ISO 9070/ANSI::113722::US::CI LABS::OpenDoc:Property:LinkID";
  53. const ODPropertyName kODPropLinkIDCounter          = "+//ISO 9070/ANSI::113722::US::CI LABS::OpenDoc:Property:LinkIDCounter";
  54. const ODPropertyName kODPropLinkLocality           = "+//ISO 9070/ANSI::113722::US::CI LABS::OpenDoc:Property:LinkLocality";
  55. const ODPropertyName kODPropLinks                  = "+//ISO 9070/ANSI::113722::US::CI LABS::OpenDoc:Property:Links";
  56. const ODPropertyName kODPropLinkSourceState        = "+//ISO 9070/ANSI::113722::US::CI LABS::OpenDoc:Property:LinkSourceState";
  57. const ODPropertyName kODPropLinkSourceTrackMode    = "+//ISO 9070/ANSI::113722::US::CI LABS::OpenDoc:Property:LinkSourceTrackMode";
  58. const ODPropertyName kODPropLinkTargetToLinkSource = "+//ISO 9070/ANSI::113722::US::CI LABS::OpenDoc:Property:LinkTargetToLinkSource";
  59. const ODPropertyName kODPropLinkTargetToLinkSourceID = "+//ISO 9070/ANSI::113722::US::CI LABS::OpenDoc:Property:LinkTargetToLinkSourceID";
  60. const ODPropertyName kODPropLinkTargetNumOfRegisteredParts = "+//ISO 9070/ANSI::113722::US::CI LABS::OpenDoc:Property:LinkTargetNumOfRegisteredParts";
  61. const ODPropertyName kODPropLocalLinkInfos         = "+//ISO 9070/ANSI::113722::US::CI LABS::OpenDoc:Property:LocalLinkInfos";
  62. const ODPropertyName kODPropLinkSourceInfos        = "+//ISO 9070/ANSI::113722::US::CI LABS::OpenDoc:Property:LinkSourceInfos";
  63. const ODPropertyName kODPropLinkTargetInfos        = "+//ISO 9070/ANSI::113722::US::CI LABS::OpenDoc:Property:LinkTargetInfos";
  64. const ODPropertyName kODPropPartDescription        = "+//ISO 9070/ANSI::113722::US::CI LABS::OpenDoc:Property:PartDescription";
  65. const ODPropertyName kODPropRemoteLinkInfos        = "+//ISO 9070/ANSI::113722::US::CI LABS::OpenDoc:Property:RemotLinkInfos";
  66. const ODPropertyName kODPropSourcePartDescription  = "+//ISO 9070/ANSI::113722::US::CI LABS::OpenDoc:Property:SourcePartDescription";
  67. const ODPropertyName kODPropTargetPart             = "+//ISO 9070/ANSI::113722::US::CI LABS::OpenDoc:Property:TargetPart";
  68. const ODPropertyName kODPropVersion                = "+//ISO 9070/ANSI::113722::US::CI LABS::OpenDoc:Property:Version";
  69. const ODPropertyName kODPropASName                 = "+//ISO 9070/ANSI::113722::US::CI LABS::OpenDoc:Property:ASName";
  70. const ODPropertyName kODPropDocumentID             = "+//ISO 9070/ANSI::113722::US::CI LABS::OpenDoc:Property:DocumentID";
  71. const ODPropertyName kODPropDocumentPathName       = "+//ISO 9070/ANSI::113722::US::CI LABS::OpenDoc:Property:DocumentPathName";
  72.  
  73. #endif
  74.