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

Comparing rxvt-unicode/src/iom.h (file contents):
Revision 1.9 by pcg, Thu Jan 29 23:26:01 2004 UTC vs.
Revision 1.10 by pcg, Mon Feb 9 07:11:49 2004 UTC

57#if IOM_IDLE 57#if IOM_IDLE
58struct idle_watcher; 58struct idle_watcher;
59#endif 59#endif
60 60
61template<class watcher> 61template<class watcher>
62struct io_manager_vec : protected vector<watcher *> { 62struct io_manager_vec : vector<watcher *> {
63 friend class io_manager;
64protected:
65#if IOM_CHECK 63#if IOM_CHECK
66 bool activity; 64 bool activity;
67#endif 65#endif
68 66
69 void erase_unordered (unsigned int pos) 67 void erase_unordered (unsigned int pos)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines