Annotation of Examples/EnterpriseObjects/DistributedEO/DEOClient.subproj/DOExtensions.subproj/FoundationExtensionsPrivate.h, revision 1.1.1.1

1.1       root        1: /*
                      2:    FoundationExtensionsPrivate.h modified by enoyau on Fri 13-Jan-1995
                      3: 
                      4:    You may freely copy, distribute, and reuse the code in this example.
                      5:    NeXT disclaims any warranty of any kind, expressed or implied, as to its
                      6:    fitness for any particular use.
                      7: */
                      8: /*
                      9:  *  Private classes for the compatibility routines between the old DO
                     10:  *  mechanisms and the new Foundation objects.
                     11:  *
                     12:  *  No guarantee is made for the fitness of this code for any particular
                     13:  *  use.  No warranty expressed or implied.  Use at your own risk!
                     14:  *
                     15:  *  Randy Tidd
                     16:  *  NeXT Premium Developer Support
                     17:  */
                     18: #import <foundation/NSArray.h>
                     19: #import <foundation/NSDictionary.h>
                     20: #import <objc/Object.h>
                     21: 
                     22: @interface _NSArrayPlaceHolder : Object
                     23: {
                     24:     NSArray *array;
                     25: }
                     26: - initWithArray:(NSArray *)array;
                     27: @end
                     28: 
                     29: @interface _NSDictionaryPlaceHolder : Object
                     30: {
                     31:     NSDictionary *dictionary;
                     32: }
                     33: - initWithDictionary:(NSDictionary *)dictionary;
                     34: @end

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.