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.2 by pcg, Wed Apr 2 05:14:59 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-2004 Marc Lehmann <pcg@goof.com>
10 11
11 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
12 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
13 the Free Software Foundation; either version 2 of the License, or 14 the Free Software Foundation; either version 2 of the License, or
14 (at your option) any later version. 15 (at your option) any later version.
21 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
22 along with this program; if not, write to the Free Software 23 along with this program; if not, write to the Free Software
23 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
24*/ 25*/
25 26
26#ifndef VPE_CALLBACK_H__ 27#ifndef CALLBACK_H__
27#define VPE_CALLBACK_H__ 28#define CALLBACK_H__
28 29
29template<class R> 30template<class R>
30class callback0 { 31class callback0 {
31 struct object { }; 32 struct object { };
32 33

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines