home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.3 (Developer)
/
NeXT_Developer-3.3.iso
/
NextDeveloper
/
Examples
/
DistributedObjects
/
remoteSpot
/
ClientRecord.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1995-02-10
|
236 b
|
21 lines
/* Generated by Interface Builder */
#import <objc/Object.h>
@interface ClientRecord:Object
{
id client;
id connection;
id spot;
}
- init;
- initClient:remoteClient connection:c spot:aSpot;
- client;
- connection;
- spot;
@end