ftp.nice.ch/pub/next/connectivity/infosystems/Ph.3.03.NIHS.bs.tar.gz#/Ph3.03/qiServers.subproj/QiManager.h

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.