home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 October: Mac OS SDK / Dev.CD Oct 96 SDK / Dev.CD Oct 96 SDK2.toast / Development Kits (Disc 2) / OpenDoc / OpenDoc Development / Debugging Support / OpenDoc Source Code / UI / UIShared.cpp < prev    next >
Encoding:
C/C++ Source or Header  |  1996-04-22  |  592 b   |  29 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        UIShared.cpp
  3.  
  4.     Contains:    xxx put contents here xxx
  5.  
  6.     Owned by:    xxx put writers here xxx
  7.  
  8.     Copyright:    © 1994 - 1995 by Apple Computer, Inc., all rights reserved.
  9.  
  10.     Change History (most recent first):
  11.  
  12.          <3>     5/26/95    RR        #1251403: Multithreading naming support
  13.          <2>     9/29/94    RA        1189812: Mods for 68K build.
  14.          <1>     7/27/94    NP        first checked in
  15.  
  16.     To Do:
  17. */
  18.  
  19. #ifndef _ODTYPES_
  20. #include <ODTypes.h>
  21. #endif
  22.  
  23. class SystemUndo;
  24.  
  25. /* Adkins -- added this pragma so that the gSystemUndo symbol can be exported from the library */
  26. #pragma lib_export on
  27. SystemUndo* gSystemUndo = kODNULL;
  28.  
  29.