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

Comparing gvpe/src/iom.h (file contents):
Revision 1.17 by pcg, Thu Jan 29 23:17:39 2004 UTC vs.
Revision 1.18 by pcg, Sun Mar 21 12:50:05 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