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

Comparing rxvt-unicode/src/callback.h (file contents):
Revision 1.1 by pcg, Mon Nov 24 17:28:08 2003 UTC vs.
Revision 1.2 by pcg, Sat Jan 17 01:20:01 2004 UTC

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