home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP Advantage
/
NeXTstep_Advantage.img
/
YourCallServer
/
CallServer.h
< prev
next >
Wrap
Text File
|
1993-04-14
|
340b
|
15 lines
/* You may freely copy, distribute and reuse the code in this example.
* NeXT disclaims any warranty of any kind, expressed or implied, as to
* its fitness for any particular use.
*/
#import "CallController.h"
#import <remote/NXConnection.h>
#import "callProvider.h"
@interface CallServer:CallController <CallProvider>
- init;
@end