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.1 by pcg, Wed Apr 2 05:14:59 2003 UTC vs.
Revision 1.4 by pcg, Thu Mar 3 16:54:34 2005 UTC

8// THIS IS A GENERATED FILE, RUN callback.pl to regenerate it 8// THIS IS A GENERATED FILE, RUN callback.pl to regenerate it
9// THIS IS A GENERATED FILE, RUN callback.pl to regenerate it 9// THIS IS A GENERATED FILE, RUN callback.pl to regenerate it
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 14
15 This file is part of GVPE.
16
14 This program is free software; you can redistribute it and/or modify 17 GVPE is free software; you can redistribute it and/or modify
15 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
16 the Free Software Foundation; either version 2 of the License, or 19 the Free Software Foundation; either version 2 of the License, or
17 (at your option) any later version. 20 (at your option) any later version.
18 21
19 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,
20 but WITHOUT ANY WARRANTY; without even the implied warranty of 23 but WITHOUT ANY WARRANTY; without even the implied warranty of
21 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 GNU General Public License for more details. 25 GNU General Public License for more details.
23 26
24 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
25 along with this program; if not, write to the Free Software 28 along with gvpe; if not, write to the Free Software
26 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
27*/ 30*/
28 31
29#ifndef VPE_CALLBACK_H__ 32#ifndef CALLBACK_H__
30#define VPE_CALLBACK_H__ 33#define CALLBACK_H__
31 34
32EOF 35EOF
33 36
34for my $a (0..7) { 37for my $a (0..7) {
35 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