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

  1. //#====START_GENERATED_PROLOG======================================
  2. //#
  3. //#
  4. //#   COMPONENT_NAME: oddataxfer
  5. //#
  6. //#   CLASSES: none
  7. //#
  8. //#   ORIGINS: 82,27,94
  9. //#
  10. //#
  11. //#   (C) COPYRIGHT International Business Machines Corp. 1995,1996
  12. //#   All Rights Reserved
  13. //#   Licensed Materials - Property of IBM
  14. //#   US Government Users Restricted Rights - Use, duplication or
  15. //#   disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  16. //#       
  17. //#   IBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
  18. //#   ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  19. //#   PURPOSE. IN NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR
  20. //#   CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
  21. //#   USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
  22. //#   OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
  23. //#   OR PERFORMANCE OF THIS SOFTWARE.
  24. //#
  25. //#====END_GENERATED_PROLOG========================================
  26. //#
  27. // @(#) 1.16 com/src/storage/idl/LinkSrc.idl, oddataxfer, od96os2, odos29712d 9/10/96 18:52:59 [ 3/21/97 17:20:10 ]
  28. //#     Copyright:      (r) 1993 - 1995 by Apple Computer, Inc., all rights reserved.
  29.  
  30. #ifndef _LINKSRC_
  31. #define _LINKSRC_
  32.  
  33. #ifndef _LINKSRCB_
  34. #include "LinkSrcB.idl"
  35. #endif
  36.  
  37. #ifdef _PLATFORM_OS2_
  38. #ifndef _IODDEFS_
  39. #include <IODDefs.idl>
  40. #endif
  41. #endif
  42.  
  43. //==============================================================================
  44. // Classes defined in this interface
  45. //==============================================================================
  46.  
  47. interface  ODLinkSource;
  48.  
  49. //==============================================================================
  50. // Classes used by this interface
  51. //==============================================================================
  52.  
  53. #ifdef _PLATFORM_WIN32_
  54. interface ODSession;
  55. #endif //# _PLATFORM_WIN32_
  56. interface ODStorageUnit;
  57. interface ODPart;
  58. interface ODLink;
  59.  
  60.  
  61. //==============================================================================
  62. // ODLinkSource
  63. //==============================================================================
  64.  
  65. interface ODLinkSource : ODBaseLinkSource
  66. {
  67.  
  68. #ifdef __SOMIDL__
  69.   #if defined(_PLATFORM_MACINTOSH_) || defined(_PLATFORM_WIN32_) || defined(_PLATFORM_OS2_) || defined(_PLATFORM_AIX_)
  70.         implementation
  71.         {
  72.                 majorversion = 1; minorversion = 0;
  73.  
  74.                 functionprefix = ODLinkSource;
  75.  
  76.                 override:
  77.                         somUninit,
  78.                         Release,
  79.                         Externalize,
  80.                         ReleaseAll,
  81.                         CloneInto,
  82.                         SetAutoUpdate,
  83.                         SetSourcePart;
  84.  
  85.                 releaseorder:
  86.                                 reserved1,
  87.                                 reserved2,
  88.                                 reserved3,
  89.                                 reserved4,
  90.                                 reserved5,
  91.                                 reserved6,
  92.                                 reserved7,
  93.                                 reserved8,
  94.                                 reserved9,
  95.                                 reserved10,
  96.                                 reserved11,
  97.                                 reserved12,
  98.                                 reserved13,
  99.                                 reserved14,
  100.                                 reserved15,
  101.                                 reserved16,
  102.                                 reserved17,
  103.                                 reserved18,
  104.                                 reserved19;
  105.  
  106.  
  107.         };
  108.   #endif //# _PLATFORM_MACINTOSH_ or WIN32 or OS2
  109. #endif //# __SOMIDL_
  110. };
  111.  
  112. #endif // _LINKSRC_
  113.