Commit Graph

102 Commits

Author SHA1 Message Date
Frank Mori Hess
a24b8410bf Make tracking of double argument less meaningless by passing reference
instead of copy.


[SVN r3739]
2007-02-27 22:24:33 +00:00
Frank Mori Hess
a7d581107b Added Signature template parameter to slot class, so that an
operator() could be added.  Bind can be used to bind together
slots with different signatures now.  Added some syntactic
sugar to slot constructors, so a bind() call is inserted automatically
for the constructors that take more than one argument.
All tracking for automatic connection
management is now done through slot::track().
Added track_test.cpp test program, which tests some of the new
functionality.


[SVN r3738]
2007-02-27 21:19:25 +00:00