How to prevent removal of slots from a certain signal?

Posted by the_drow on Stack Overflow See other posts from Stack Overflow or by the_drow
Published on 2010-06-01T15:00:18Z Indexed on 2010/06/01 15:03 UTC
Read the original article Hit count: 218

Filed under:
|

Is it possible to block the removal of certain slots from a signal in the boost.signals library?
If so how should a code that does such a thing will look like? Do I need to create a derived class just for that specific signal to do so?

© Stack Overflow or respective owner

Related posts about c++

Related posts about boost-signals