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