This is List_Archival.h in view mode; [Download] [Up]
/* A List category that brings List info conformance with my ObjectArchival protocol. */ #ifndef LIST_ARCHIVAL_H #define LIST_ARCHIVAL_H #import <objc/List.h> #import <ObjectArchival.h> /* The current archive version for new documents */ #define LIST_VERS 1 // Object release version #define LIST_SUBVERS 0 // Object subrelease version #define LIST_TYPE 0 // Object version type /* Object versions we know about */ #define LIST_VERSION_0 1000 @interface List(Archival) <ObjectArchival> - initFromTStream:(NXTypedStream *) stream; - readFromTStream:(NXTypedStream *) stream; - writeToTStream:(NXTypedStream *) stream; @end /*\ -------------------- Error & Debugging Categories -------------------- \*/ #import "Object_AllocNDebug.h" /* RCS Information: $Author: me $; $Date: 93/02/23 02:00:39 $; $Source: /usr1/me/NeXTSrc/MyClasses/RCS/List_Archival.h,v $; $Revision: 1.1 $; $Log: List_Archival.h,v $ * Revision 1.1 93/02/23 02:00:39 me * Begin RCS logging. * ; */ #endif LIST_ARCHIVAL_H
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.