home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Examples / DistributedObjects / remoteSpot / FullCopyList.h < prev    next >
Text File  |  1992-07-24  |  290b  |  15 lines

  1. #import <remote/transport.h>
  2. #import <objc/List.h>
  3.  
  4. @interface FullCopyList:List <NXTransport>
  5.  
  6. - encodeRemotelyFor:(NXConnection *)connection 
  7.     freeAfterEncoding:(BOOL *)flagp 
  8.     isBycopy:(BOOL)isBycopy;
  9.  
  10. - encodeUsing:(id <NXEncoding>)portal;
  11. - decodeUsing:(id <NXDecoding>)portal;
  12.  
  13. @end
  14.  
  15.