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.3 by pcg, Sat Jan 17 01:18:36 2004 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 CALLBACK_H__ 32#ifndef CALLBACK_H__
31#define CALLBACK_H__ 33#define CALLBACK_H__

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines