This is second-client.h in view mode; [Download] [Up]
#ifndef second_client_h #define second_client_h #include <objects/Connection.h> #include <objects/Proxy.h> #include "second-server.h" @interface AppellationObject : Object { const char *appellation; } @end @implementation AppellationObject - setAppellation: (const char *)n { appellation = n; return self; } - (const char *) appellation { return appellation; } @end #endif
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.