ftp.nice.ch/pub/next/developer/objc/appkit/RemoteCommand.1.s.tar.gz#/RemoteCommand1/RemoteCommand.h

This is RemoteCommand.h in view mode; [Download] [Up]

// -------------------------------------------------------------------------------------
// RemoteCommand
// -------------------------------------------------------------------------------------

#import <appkit/Application.h>

// -------------------------------------------------------------------------------------
@interface RemoteCommand : Application
{

	id					newExecWindow;
	id					newExecHost;
	id					newExecServer;
	
	char				*appUserName;
	char				*appUserHome;
	char				*appServerHost;
	char				*appServerName;

}

// -------------------------------------------------------------------------------------

const char *XAppPath();

- (const char*)appUserName;
- (const char*)appUserHome;
- (const char*)appServerHost;
- (const char*)appServerName;

@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.