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.2 by pcg, Thu Oct 16 02:41:21 2003 UTC vs.
Revision 1.4 by pcg, Thu Mar 3 16:54:34 2005 UTC

10 10
11/* 11/*
12 callback.h -- C++ callback mechanism 12 callback.h -- C++ callback mechanism
13 Copyright (C) 2003 Marc Lehmann <pcg\@goof.com> 13 Copyright (C) 2003 Marc Lehmann <pcg\@goof.com>
14 14
15 This file is part of GVPE.
16
15 This program is free software; you can redistribute it and/or modify 17 GVPE is free software; you can redistribute it and/or modify
16 it under the terms of the GNU General Public License as published by 18 it under the terms of the GNU General Public License as published by
17 the Free Software Foundation; either version 2 of the License, or 19 the Free Software Foundation; either version 2 of the License, or
18 (at your option) any later version. 20 (at your option) any later version.
19 21
20 This program is distributed in the hope that it will be useful, 22 This program is distributed in the hope that it will be useful,
21 but WITHOUT ANY WARRANTY; without even the implied warranty of 23 but WITHOUT ANY WARRANTY; without even the implied warranty of
22 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23 GNU General Public License for more details. 25 GNU General Public License for more details.
24 26
25 You should have received a copy of the GNU General Public License 27 You should have received a copy of the GNU General Public License
26 along with this program; if not, write to the Free Software 28 along with gvpe; if not, write to the Free Software
27 Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 29 Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
28*/ 30*/
29 31
30#ifndef VPE_CALLBACK_H__ 32#ifndef CALLBACK_H__
31#define VPE_CALLBACK_H__ 33#define CALLBACK_H__
32 34
33EOF 35EOF
34 36
35for my $a (0..7) { 37for my $a (0..7) {
36 my $CLASS = join "", map ", class A$_", 1..$a; 38 my $CLASS = join "", map ", class A$_", 1..$a;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines