home *** CD-ROM | disk | FTP | other *** search
- /* EOApplication.h
- * Enterprise Objects Framework
- * Copyright (c) 1994, NeXT Computer, Inc. All rights reserved.
- */
-
- #import <appkit/appkit.h>
-
- /* EOF apps running under 3.2 don't have autorelease pools enabled,
- * which means that autoreleased objects aren't freed. If you need
- * to enable autorelease pools and you are running under 3.2, you
- * should use EOApplication or a subclass of it as your application
- * class. Using an EOApplication or a subclass of it as your application
- * class enables the autorelease pool mechanism for your application.
- *
- * To set your application's class, use the Attributes window of
- * ProjectBuilder.
- */
-
- @interface EOApplication: Application
- {
- }
- @end
-