home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / clos / 1036 < prev    next >
Encoding:
Text File  |  1992-12-16  |  868 b   |  23 lines

  1. Newsgroups: comp.lang.clos
  2. Path: sparky!uunet!cis.ohio-state.edu!lucid.com!jonl%kuwait
  3. From: jonl%kuwait@lucid.com (Jon L White)
  4. Subject: Best way to set class slots
  5. Message-ID: <9212160738.AA06763@kuwait.lucid>
  6. Sender: daemon@cis.ohio-state.edu
  7. Organization: The Ohio State University Department of Computer and Information Science
  8. References: jonl%kuwait@lucid.com (Jon L White)
  9. Date: Wed, 16 Dec 1992 07:38:37 GMT
  10. Lines: 11
  11.  
  12. re: Initially I thought that using the CLASS-PROTOTYPE from the MOP would
  13.     be a good solution, but the documentation indicates that setting slots
  14.     on the prototype is a no-no.
  15.  
  16. Whatever documentation you are referring to can't really apply to
  17. shared slots, as they are not "on" the prototype instance;  you are 
  18. only using the instance to gain access to the shared slot, which is 
  19. probably stored "out there, somewhere."
  20.  
  21.  
  22. -- JonL --
  23.