ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/callback.h
(Generate patch)

Comparing deliantra/server/include/callback.h (file contents):
Revision 1.3 by pippijn, Mon Jan 15 21:06:18 2007 UTC vs.
Revision 1.4 by root, Mon Feb 12 19:57:35 2007 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines