ftp.nice.ch/Attic/openStep/implementation/gnustep/sources/gstep-base-0.2.7.tgz#/gstep-base-0.2.7/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 <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.