ftp.nice.ch/Attic/openStep/implementation/gnustep/sources/libobjects-0.1.19.tgz#/libobjects-0.1.19/examples/second-server.h

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.