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

Comparing libev/ev++.h (file contents):
Revision 1.62 by root, Mon Jun 29 14:13:52 2015 UTC vs.
Revision 1.63 by root, Fri Dec 1 06:37:30 2017 UTC

173 return this->EV_AX == EV_A; 173 return this->EV_AX == EV_A;
174 } 174 }
175 175
176 bool operator != (const EV_P) const throw () 176 bool operator != (const EV_P) const throw ()
177 { 177 {
178 return (*this == EV_A); 178 return ! (*this == EV_A);
179 } 179 }
180 180
181 operator struct ev_loop * () const throw () 181 operator struct ev_loop * () const throw ()
182 { 182 {
183 return EV_AX; 183 return EV_AX;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines