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 / UI / ArbUtils.cpp < prev    next >
Encoding:
C/C++ Source or Header  |  1996-08-28  |  664 b   |  34 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        ArbUtils.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.          <2>     5/26/95    RR        #1251403: Multithreading naming support
  13.          <1>     9/26/94    RR        first checked in
  14.  
  15.     To Do:
  16. */
  17.  
  18. #ifndef _ARBUTILS_
  19. #include "ArbUtils.h"
  20. #endif
  21.  
  22. //======================================================================================
  23. // Class FocusLink
  24. //======================================================================================
  25.  
  26. FocusLink::FocusLink(ODTypeToken focus)
  27. {
  28.     fFocus = focus;
  29. }
  30.         
  31. FocusLink::~FocusLink() 
  32. {
  33. }
  34.