ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/ev++.h
(Generate patch)

Comparing libev/ev++.h (file contents):
Revision 1.19 by root, Fri Dec 14 17:47:52 2007 UTC vs.
Revision 1.20 by root, Thu Dec 20 08:17:57 2007 UTC

1#ifndef EVPP_H__ 1#ifndef EVPP_H__
2#define EVPP_H__ 2#define EVPP_H__
3 3
4#ifdef EV_H
5# include EV_H
6#else
4#include "ev.h" 7# include <ev.h>
8#endif
5 9
6namespace ev { 10namespace ev {
7 11
8 template<class ev_watcher, class watcher> 12 template<class ev_watcher, class watcher>
9 struct base : ev_watcher 13 struct base : ev_watcher

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines