home *** CD-ROM | disk | FTP | other *** search
- /*
- File: ArbUtils.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):
-
- <2> 5/26/95 RR #1251403: Multithreading naming support
- <1> 9/26/94 RR first checked in
-
- To Do:
- */
-
- #ifndef _ARBUTILS_
- #include "ArbUtils.h"
- #endif
-
- //======================================================================================
- // Class FocusLink
- //======================================================================================
-
- FocusLink::FocusLink(ODTypeToken focus)
- {
- fFocus = focus;
- }
-
- FocusLink::~FocusLink()
- {
- }
-