home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.1 (Developer) [x86] / NeXT Step 3.1 Intel dev.cdr.dmg / NextDeveloper / Examples / DistributedObjects / remoteSpot / ClientRecord.h < prev    next >
Encoding:
Text File  |  1993-02-18  |  236 b   |  21 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <objc/Object.h>
  5.  
  6. @interface ClientRecord:Object
  7. {
  8.     id client;
  9.     id connection;
  10.     id spot;
  11. }
  12.  
  13. - init;
  14. - initClient:remoteClient connection:c spot:aSpot;
  15. - client;
  16. - connection;
  17. - spot;
  18.  
  19.  
  20. @end
  21.