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.64 by root, Fri Mar 26 01:04:45 2010 UTC vs.
Revision 1.65 by root, Mon Apr 5 03:22:26 2010 UTC

167} 167}
168 168
169void 169void
170client::do_destroy () 170client::do_destroy ()
171{ 171{
172 INVOKE_CLIENT (CLIENT_DESTROY, this);
172 attachable::do_destroy (); 173 attachable::do_destroy ();
173 174
174 if (pl) 175 if (pl)
175 pl->disconnect (); 176 pl->disconnect ();
176 177

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines