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

Comparing deliantra/server/socket/lowlevel.C (file contents):
Revision 1.23 by root, Sat Dec 16 03:08:26 2006 UTC vs.
Revision 1.24 by root, Sat Dec 16 17:16:52 2006 UTC

359 359
360// called whenever we have additional commands to process 360// called whenever we have additional commands to process
361void 361void
362client::cmd_cb (iw &w) 362client::cmd_cb (iw &w)
363{ 363{
364 if (handle_packet () || handle_command ()) 364 if (handle_packet () /*|| handle_command ()*/)//TODO: re-enable async command execution(?)
365 w.start (); 365 w.start ();
366 else 366 else
367 flush (); 367 flush ();
368} 368}
369 369

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines