ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/socket/loop.C
(Generate patch)

Comparing deliantra/server/socket/loop.C (file contents):
Revision 1.85 by root, Wed Nov 11 04:45:23 2009 UTC vs.
Revision 1.86 by root, Sun Nov 29 10:55:18 2009 UTC

268 268
269 rate_avail -= outputbuffer_len (); 269 rate_avail -= outputbuffer_len ();
270} 270}
271 271
272void 272void
273client::flush_sockets (void) 273client::flush_sockets ()
274{ 274{
275 for (sockvec::iterator i = clients.begin (); i != clients.end (); ++i) 275 for (sockvec::iterator i = clients.begin (); i != clients.end (); ++i)
276 (*i)->flush (); 276 (*i)->flush ();
277} 277}
278 278
279void 279void
280client::clock (void) 280client::clock ()
281{ 281{
282 for (sockvec::iterator i = clients.begin (); i != clients.end (); ++i) 282 for (sockvec::iterator i = clients.begin (); i != clients.end (); ++i)
283 (*i)->tick (); 283 (*i)->tick ();
284 284
285 // give them all the same chances 285 // give them all the same chances

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines