[DGD] Re: remove_program()
harte at xs4all.nl
harte at xs4all.nl
Thu May 21 18:11:11 CEST 1998
Quoting Stephen's message from 21 May:
[...]
| I looked at the DGD kernel lib, and if I understood what I saw,
| the only thing it did was some housekeeping concerning resource
| allocation and tracking. If I'm not interested in doing that
| sort of thing, can I just have:
|
| void remove_program(string objname, int timestamp, int index) { return ; }
|
| in my driver object? Or will something Bad happen? What else do
| people use this apply for?
Nothing bad will happen. And yes, as far as I know the only thing it's
used for is 'housekeeping' as you call it, for instance to update a
database of objects/programs, where it is rather convenient to have the
driver tell you a specific one is no longer referenced (and can be
discarded).
Erwin.
List config page: http://list.imaginary.com/mailman/listinfo/dgd
More information about the DGD
mailing list