[snip]
I've made my thoughts known on this. The only problem I have with
publisher/subscriber is that the class (formerly known as Slot)
std::subscriber isn't *really* the subscriber, it's just a link to the
actual subscriber. Hence the naming of std::proxy_fun as the Slot
object.
However, if no one has jumped on that bandwagon, I'll not stand in the
way of consensus.
So we'd have:
std::publisher
std::subscriber
std::connection
std::trackable
I'd be curious to see how close libsigc++/Boost.Signals is to the
idealized GoF Publisher/Subscriber pattern (not that I want to induce
feature creep). I thought I had the book here in my library, but I
guess it's at work. Oh well, excuse to go to Borders and grab a
cup-o-joe.