home *** CD-ROM | disk | FTP | other *** search
/ OpenStep (Enterprise) / OpenStepENTCD.toast / OEDEV / EODEV.Z / AssociationPalette.m < prev    next >
Encoding:
Text File  |  1996-08-23  |  495 b   |  23 lines

  1. /*
  2.         Copyright (c) 1996, NeXT Software, Inc.
  3.         All rights reserved.
  4.  
  5.         You may freely copy, distribute and reuse the code in this example.
  6.         NeXT disclaims any warranty of any kind, expressed or implied,
  7.         as to its fitness for any particular use.
  8. */
  9. #import "AssociationPalette.h"
  10.  
  11. @implementation AssociationPalette
  12.  
  13. @end
  14.  
  15.  
  16. #ifdef WIN32
  17. #import <EOExtensions/EOBrowserAssociation.h>
  18.  
  19. void _NT_referenceEOExtensions_(void) { [EOBrowserAssociation new]; }
  20.  
  21. #endif
  22.  
  23.