ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/src/callback.pl
(Generate patch)

Comparing gvpe/src/callback.pl (file contents):
Revision 1.11 by pcg, Tue Dec 4 15:01:12 2007 UTC vs.
Revision 1.12 by pcg, Tue Dec 4 17:17:19 2007 UTC

33 33
34#define CALLBACK_H_VERSION 3 34#define CALLBACK_H_VERSION 3
35 35
36template<typename signature> 36template<typename signature>
37struct callback; 37struct callback;
38
39#define callback_set(callback,obj,klass,method) callback.set<klass, &klass::method> (obj)
40 38
41EOF 39EOF
42 40
43for my $a (0..10) { 41for my $a (0..10) {
44 my $CLASS = join "", map ", class A$_", 1..$a; 42 my $CLASS = join "", map ", class A$_", 1..$a;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines