On 7/30/05, Paul Davis <[EMAIL PROTECTED]> wrote: > > std::event > > std::slot > > std::connection > > std::trackable > > slot? why would anyone call it a slot? the object in question is a > closure designed to handle the event. i have never been able to > understand the "slot" name.
I agree - slot always confused me too - and signal is already used for unix signals... I like: std::source std::sink std::channel std::trackable ???? trackable never made sense to me... in essence it's a base class which allows it to auto-disconnect on the dtor, correct? why not std::auto_disconnect or something like that? (just thinking out loud here) _______________________________________________ libsigc-list mailing list libsigc-list@gnome.org http://mail.gnome.org/mailman/listinfo/libsigc-list