00001 /* 00002 * Copyright (c) 1999 Apple Computer, Inc. All rights reserved. 00003 * 00004 * @APPLE_LICENSE_HEADER_START@ 00005 * 00006 * Portions Copyright (c) 1999 Apple Computer, Inc. All Rights 00007 * Reserved. This file contains Original Code and/or Modifications of 00008 * Original Code as defined in and that are subject to the Apple Public 00009 * Source License Version 1.1 (the "License"). You may not use this file 00010 * except in compliance with the License. Please obtain a copy of the 00011 * License at http://www.apple.com/publicsource and read it before using 00012 * this file. 00013 * 00014 * The Original Code and all software distributed under the License are 00015 * distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, EITHER 00016 * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES, 00017 * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, 00018 * FITNESS FOR A PARTICULAR PURPOSE OR NON- INFRINGEMENT. Please see the 00019 * License for the specific language governing rights and limitations 00020 * under the License. 00021 * 00022 * @APPLE_LICENSE_HEADER_END@ 00023 */ 00024 // Copyright 1988-1996 NeXT Software, Inc. 00025 00026 00027 #if !defined(OBJC_EXPORT) 00028 #if defined(__cplusplus) 00029 #define OBJC_EXPORT extern "C" 00030 #else 00031 #define OBJC_EXPORT extern 00032 #endif 00033 #endif 00034 00035 #if !defined(OBJC_IMPORT) 00036 #define OBJC_IMPORT extern 00037 #endif 00038 00039