home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-09-17 | 1.2 KB | 42 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: Iters.cpp
- // Release Version: $ ODF 1 $
- //
- // Copyright: (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #include "Container.hpp"
-
- #ifndef ITERS_H
- #include "Iters.h"
- #endif
-
- // ----- Part Layer -----
-
- #ifndef FWITERS_H
- #include "FWIters.h"
- #endif
-
- //========================================================================================
- // Runtime Information
- //========================================================================================
-
- #ifdef FW_BUILD_MAC
- #pragma segment odfcontainer
- #endif
-
- //========================================================================================
- // class CProxyCollection
- //========================================================================================
-
- FW_DEFINE_AUTO(CProxyCollection)
-
- //========================================================================================
- // class CProxyCollectionIterator
- //========================================================================================
-
- FW_DEFINE_AUTO(CProxyCollectionIterator)
-
-