home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.bin / SourceCode / MiscKit1.2.6 / Headers / misckit / MiscListExtensions.h < prev    next >
Encoding:
Text File  |  1994-03-22  |  683 b   |  21 lines

  1. //
  2. //    MiscListExtensions.h -- extensions to List for deep copies
  3. //        Originally written by Drew Davidson
  4. //        Copyright (c) 1994 by Drew Davidson.
  5. //        Modified and extended by Don Yacktman for inclusion into the MiscKit.
  6. //                Version 1.0.  All rights reserved.
  7. //        This notice may not be removed from this source code.
  8. //
  9. //    This object is included in the MiscKit by permission from the author
  10. //    and its use is governed by the MiscKit license, found in the file
  11. //    "LICENSE.rtf" in the MiscKit distribution.  Please refer to that file
  12. //    for a list of all applicable permissions and restrictions.
  13. //    
  14.  
  15. @interface List(DeepCopy)
  16.  
  17. - deepCopy;
  18. - deepCopyFromZone:(NXZone *)zone;
  19.  
  20. @end
  21.