home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OpenStep (Enterprise)
/
OpenStepENTCD.toast
/
OEDEV
/
DEV.Z
/
NXNetNameServer.h
< prev
next >
Wrap
Text File
|
1996-09-08
|
356b
|
15 lines
/*
* Copyright 1991 NeXT Computer, Inc.
*/
#import <machkit/NXPort.h>
@interface NXNetNameServer : Object
+ checkInPort:(NXPort *)nxport withName:(const char *)aName;
+ checkOutPortWithName:(const char *)name;
+ (NXPort *) lookUpPortWithName:(const char *)name;
+ (NXPort *) lookUpPortWithName:(const char *)name onHost:(const char *)hostname;
@end