1c1dac77fSApple OSS Distributions /* 2c1dac77fSApple OSS Distributions * Copyright (c) 2000 Apple Computer, Inc. All rights reserved. 3c1dac77fSApple OSS Distributions * 4*e13b1fa5SApple OSS Distributions * @APPLE_OSREFERENCE_LICENSE_HEADER_START@ 5c1dac77fSApple OSS Distributions * 6*e13b1fa5SApple OSS Distributions * This file contains Original Code and/or Modifications of Original Code 7*e13b1fa5SApple OSS Distributions * as defined in and that are subject to the Apple Public Source License 8*e13b1fa5SApple OSS Distributions * Version 2.0 (the 'License'). You may not use this file except in 9*e13b1fa5SApple OSS Distributions * compliance with the License. The rights granted to you under the License 10*e13b1fa5SApple OSS Distributions * may not be used to create, or enable the creation or redistribution of, 11*e13b1fa5SApple OSS Distributions * unlawful or unlicensed copies of an Apple operating system, or to 12*e13b1fa5SApple OSS Distributions * circumvent, violate, or enable the circumvention or violation of, any 13*e13b1fa5SApple OSS Distributions * terms of an Apple operating system software license agreement. 14c1dac77fSApple OSS Distributions * 15*e13b1fa5SApple OSS Distributions * Please obtain a copy of the License at 16*e13b1fa5SApple OSS Distributions * http://www.opensource.apple.com/apsl/ and read it before using this file. 17*e13b1fa5SApple OSS Distributions * 18*e13b1fa5SApple OSS Distributions * The Original Code and all software distributed under the License are 19*e13b1fa5SApple OSS Distributions * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER 20c1dac77fSApple OSS Distributions * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES, 21c1dac77fSApple OSS Distributions * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, 22*e13b1fa5SApple OSS Distributions * FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT. 23*e13b1fa5SApple OSS Distributions * Please see the License for the specific language governing rights and 24*e13b1fa5SApple OSS Distributions * limitations under the License. 25c1dac77fSApple OSS Distributions * 26*e13b1fa5SApple OSS Distributions * @APPLE_OSREFERENCE_LICENSE_HEADER_END@ 27c1dac77fSApple OSS Distributions */ 28c1dac77fSApple OSS Distributions /* 29c1dac77fSApple OSS Distributions * Copyright (c) 1998 Apple Computer, Inc. All rights reserved. 30c1dac77fSApple OSS Distributions * 31c1dac77fSApple OSS Distributions * HISTORY 32c1dac77fSApple OSS Distributions * 33c1dac77fSApple OSS Distributions */ 34c1dac77fSApple OSS Distributions 35c1dac77fSApple OSS Distributions #include <libkern/c++/OSIterator.h> 36c1dac77fSApple OSS Distributions 37c1dac77fSApple OSS Distributions OSDefineMetaClassAndAbstractStructors(OSIterator, OSObject) 38c1dac77fSApple OSS Distributions OSMetaClassDefineReservedUnused(OSIterator, 0); 39c1dac77fSApple OSS Distributions OSMetaClassDefineReservedUnused(OSIterator, 1); 40c1dac77fSApple OSS Distributions OSMetaClassDefineReservedUnused(OSIterator, 2); 41c1dac77fSApple OSS Distributions OSMetaClassDefineReservedUnused(OSIterator, 3); 42