home *** CD-ROM | disk | FTP | other *** search
- /*
- File: UIShared.cpp
-
- Contains: xxx put contents here xxx
-
- Owned by: xxx put writers here xxx
-
- Copyright: © 1994 - 1995 by Apple Computer, Inc., all rights reserved.
-
- Change History (most recent first):
-
- <3> 5/26/95 RR #1251403: Multithreading naming support
- <2> 9/29/94 RA 1189812: Mods for 68K build.
- <1> 7/27/94 NP first checked in
-
- To Do:
- */
-
- #ifndef _ODTYPES_
- #include <ODTypes.h>
- #endif
-
- class SystemUndo;
-
- /* Adkins -- added this pragma so that the gSystemUndo symbol can be exported from the library */
- #pragma lib_export on
- SystemUndo* gSystemUndo = kODNULL;
-
-