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.3 by pcg, Sat Jan 17 01:18:36 2004 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
14 This program is free software; you can redistribute it and/or modify 15 This program is free software; you can redistribute it and/or modify
15 it under the terms of the GNU General Public License as published by 16 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 17 the Free Software Foundation; either version 2 of the License, or
17 (at your option) any later version. 18 (at your option) any later version.
24 You should have received a copy of the GNU General Public License 25 You should have received a copy of the GNU General Public License
25 along with this program; if not, write to the Free Software 26 along with this program; if not, write to the Free Software
26 Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 27 Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
27*/ 28*/
28 29
29#ifndef VPE_CALLBACK_H__ 30#ifndef CALLBACK_H__
30#define VPE_CALLBACK_H__ 31#define CALLBACK_H__
31 32
32EOF 33EOF
33 34
34for my $a (0..7) { 35for my $a (0..7) {
35 my $CLASS = join "", map ", class A$_", 1..$a; 36 my $CLASS = join "", map ", class A$_", 1..$a;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines