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

Comparing gvpe/src/callback.h (file contents):
Revision 1.4 by pcg, Sat Jan 17 01:18:36 2004 UTC vs.
Revision 1.5 by pcg, Thu Mar 3 16:54:34 2005 UTC

5// THIS IS A GENERATED FILE, RUN callback.pl to regenerate it 5// THIS IS A GENERATED FILE, RUN callback.pl to regenerate it
6// THIS IS A GENERATED FILE, RUN callback.pl to regenerate it 6// THIS IS A GENERATED FILE, RUN callback.pl to regenerate it
7 7
8/* 8/*
9 callback.h -- C++ callback mechanism 9 callback.h -- C++ callback mechanism
10 Copyright (C) 2003-2004 Marc Lehmann <pcg@goof.com> 10 Copyright (C) 2003-2005 Marc Lehmann <gvpe@schmorp.de>
11 11
12 This file is part of GVPE.
13
12 This program is free software; you can redistribute it and/or modify 14 GVPE is free software; you can redistribute it and/or modify
13 it under the terms of the GNU General Public License as published by 15 it under the terms of the GNU General Public License as published by
14 the Free Software Foundation; either version 2 of the License, or 16 the Free Software Foundation; either version 2 of the License, or
15 (at your option) any later version. 17 (at your option) any later version.
16 18
17 This program is distributed in the hope that it will be useful, 19 This program is distributed in the hope that it will be useful,
18 but WITHOUT ANY WARRANTY; without even the implied warranty of 20 but WITHOUT ANY WARRANTY; without even the implied warranty of
19 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 GNU General Public License for more details. 22 GNU General Public License for more details.
21 23
22 You should have received a copy of the GNU General Public License 24 You should have received a copy of the GNU General Public License
23 along with this program; if not, write to the Free Software 25 along with gvpe; if not, write to the Free Software
24 Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 26 Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
25*/ 27*/
26 28
27#ifndef CALLBACK_H__ 29#ifndef CALLBACK_H__
28#define CALLBACK_H__ 30#define CALLBACK_H__

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines