/* -*- ObjC -*- */ #ifndef SERVER_H #define SERVER_H #include @protocol MyCategory - (void) changeConnectionRootObject; - (bycopy NSPort *) createNewConnectionWithPort: (bycopy NSPort *)sendPort; - (bycopy NSPort *) stealConnection; - (NSString *) message; - (NSString *) message2; @end #endif /* SERVER_H */