This is MessageProtocol.h in view mode; [Download] [Up]
@class User; //** I have not been able to get NSString to encode and be passed. //** for this reason I am using type "const char*". @protocol MessageProtocol /* postMessage: - post message to another machine, indicating who sent it. */ - (oneway void)postMessage:(bycopy in const char *)msg fromAuthor:(bycopy in User*)author; /* author - pass the user information to a requesting machine. */ - (bycopy User*)author; //** create list of machines running this application on the network - createNetworkNameList:nameList forMachine:(const char *)originator; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.