This is second-server.h in view mode; [Download] [Up]
#ifndef second_server_h #define second_server_h #include <Foundation/NSObject.h> #include <gnustep/base/Array.h> @interface SecondServer : NSObject { 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.