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

Comparing libev/ev++.h (file contents):
Revision 1.22 by root, Thu Jan 10 06:00:55 2008 UTC vs.
Revision 1.23 by llucax, Fri Jan 18 18:12:42 2008 UTC

206 \ 206 \
207 using base<ev_ ## cstem, cppstem>::set; \ 207 using base<ev_ ## cstem, cppstem>::set; \
208 \ 208 \
209 private: \ 209 private: \
210 \ 210 \
211 cppstem (const cppstem &o) \ 211 cppstem (const cppstem &o); \
212 { /* disabled */ } \
213 \ 212 \
214 void operator =(const cppstem &o) { /* disabled */ } \ 213 cppstem & operator =(const cppstem &o); \
215 \ 214 \
216 public: 215 public:
217 216
218 #define EV_END_WATCHER(cppstem,cstem) \ 217 #define EV_END_WATCHER(cppstem,cstem) \
219 }; 218 };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines