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.16 by pcg, Sat Jan 17 14:08:57 2004 UTC vs.
Revision 1.17 by pcg, Thu Jan 29 23:17:39 2004 UTC

60 60
61template<class watcher> 61template<class watcher>
62struct io_manager_vec : protected vector<watcher *> { 62struct io_manager_vec : protected vector<watcher *> {
63 friend class io_manager; 63 friend class io_manager;
64protected: 64protected:
65#if IOM_CHECK
66 bool activity;
67#endif
68
65 void erase_unordered (unsigned int pos) 69 void erase_unordered (unsigned int pos)
66 { 70 {
67 watcher *w = (*this)[size () - 1]; 71 watcher *w = (*this)[size () - 1];
68 pop_back (); 72 pop_back ();
69 73

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines