This is second-server.h in view mode; [Download] [Up]
#ifndef second_server_h #define second_server_h #include <objc/Object.h> #include <objects/Array.h> #include <objects/InvalidationListening.h> @interface SecondServer : Object <InvalidationListening> { Array *array; } - init; - addRemoteObject: o; - array; @end #endif
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.