This is QiManager.h in view mode; [Download] [Up]
/*--------------------------------------------------------------------------- QiManager.h - Header file for QiManager.m class. -----------------------------------------------------------------------------*/ #include <stdio.h> #import <appkit/appkit.h> @interface QiManager:Object { id qiList; } - init; - open:(const char *)aServer; - quitServers; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.