home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc / OpenDoc Development / Debugging Support / OpenDoc™ Source Code / Storage / ClipbdB.cpp < prev    next >
Encoding:
Text File  |  1996-08-28  |  746 b   |  25 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        ClipbdB.cpp
  3.  
  4.     Contains:    Implementation for ODBaseClipboard class.
  5.  
  6.     Owned by:    Craig Carper
  7.  
  8.     Copyright:    © 1993 - 1995 by Apple Computer, Inc., all rights reserved.
  9.  
  10.     Change History (most recent first):
  11.  
  12.          <5>      8/3/95    RR        #1257260: Collapse B classes. Remove
  13.                                     somInit methods. Don't call IsInitialized
  14.                                     or SubclassResponsibility
  15.          <4>     5/26/95    VL        1251403: Multithreading naming support.
  16.          <3>     3/10/95    CC        1225050: Added DraftClosing() method.
  17.          <2>      8/3/94    CC        Removed Lock() and Unlock(); removed
  18.                                     ODClipboardKey parameter from other
  19.                                     methods; added SubclassResponsibility()
  20.                                     calls.  (1160484)
  21.          <1>     6/23/94    CC        first checked in
  22.     To Do:
  23. */
  24.  
  25. // No platform-independent code at this time