21 Feb
2007
21 Feb
'07
7:08 p.m.
On 2/21/07, Frank Mori Hess
Yes, I suggested a member function on the connection because that allows you to add an arbitrary number of tracked objects to a connection. If they are passed as parameters to connect, you are either limited to tracking a single object (or fixed number with default parameters), have to pass the objects in a container, or have to make connect a variadic function.
- -- Frank
Do you think having a slot that requires multiple objects to be tracked is common? Should we have both the single param guarantor (typical case?) plus the ability to add additional things to track? Tony