home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.clos
- Path: sparky!uunet!cis.ohio-state.edu!lucid.com!jonl%kuwait
- From: jonl%kuwait@lucid.com (Jon L White)
- Subject: Best way to set class slots
- Message-ID: <9212160738.AA06763@kuwait.lucid>
- Sender: daemon@cis.ohio-state.edu
- Organization: The Ohio State University Department of Computer and Information Science
- References: jonl%kuwait@lucid.com (Jon L White)
- Date: Wed, 16 Dec 1992 07:38:37 GMT
- Lines: 11
-
- re: Initially I thought that using the CLASS-PROTOTYPE from the MOP would
- be a good solution, but the documentation indicates that setting slots
- on the prototype is a no-no.
-
- Whatever documentation you are referring to can't really apply to
- shared slots, as they are not "on" the prototype instance; you are
- only using the instance to gain access to the shared slot, which is
- probably stored "out there, somewhere."
-
-
- -- JonL --
-