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.3 by pcg, Thu Oct 16 02:41:21 2003 UTC vs.
Revision 1.4 by pcg, Sat Jan 17 01:18:36 2004 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 Marc Lehmann <pcg@goof.com> 10 Copyright (C) 2003-2004 Marc Lehmann <pcg@goof.com>
11 11
12 This program is free software; you can redistribute it and/or modify 12 This program is free software; you can redistribute it and/or modify
13 it under the terms of the GNU General Public License as published by 13 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 14 the Free Software Foundation; either version 2 of the License, or
15 (at your option) any later version. 15 (at your option) any later version.
22 You should have received a copy of the GNU General Public License 22 You should have received a copy of the GNU General Public License
23 along with this program; if not, write to the Free Software 23 along with this program; if not, write to the Free Software
24 Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 24 Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
25*/ 25*/
26 26
27#ifndef VPE_CALLBACK_H__ 27#ifndef CALLBACK_H__
28#define VPE_CALLBACK_H__ 28#define CALLBACK_H__
29 29
30template<class R> 30template<class R>
31class callback0 { 31class callback0 {
32 struct object { }; 32 struct object { };
33 33

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines