Re: [sigc] High priority connection ? [on 1.2.5]



Am 2003.07.29 17:35 schrieb(en) Eric NICOLAS:
Hi,

We are building high performance applications here and we
are keen on controlling the order of the notifications from
a signal to a slot.

I've seen that SignalBase features "push_front" as well as
"push_back" operations on its connections lists, but the
only one accessible via SignalX::connect() is "push_back".

Would it make sense to add a new method:

	SignalX::connectHighPriority()
with the same interfaces as connect(), but which would use
push_front() instead of push_back() when adding the slot
node ?

It would make more sense to add SignalX::push_front() and
SignalX::push_back(). These methods will also be available
in the upcoming libsigc++2 series.

Please file a bugreport at bugzilla if you want this to
be done!

Regards,

  Martin



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]