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

Comparing deliantra/server/socket/init.C (file contents):
Revision 1.28 by root, Thu Dec 21 23:37:06 2006 UTC vs.
Revision 1.29 by root, Fri Dec 22 06:02:29 2006 UTC

171} 171}
172 172
173void 173void
174client::destroy () 174client::destroy ()
175{ 175{
176 INVOKE_CLIENT (DESTROY, this);
177
176 state = ST_DEAD; 178 state = ST_DEAD;
177 179
178 socket_ev.suspend (); 180 socket_ev.suspend ();
179 cmd_ev.suspend (); 181 cmd_ev.suspend ();
180} 182}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines