ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/client.h
(Generate patch)

Comparing deliantra/server/include/client.h (file contents):
Revision 1.67 by root, Fri Aug 24 00:26:10 2007 UTC vs.
Revision 1.68 by root, Mon Oct 1 01:09:10 2007 UTC

262 262
263 void do_destroy (); 263 void do_destroy ();
264 void gather_callbacks (AV *&callbacks, event_type event) const; 264 void gather_callbacks (AV *&callbacks, event_type event) const;
265 265
266 iow socket_ev; void socket_cb (iow &w, int got); 266 iow socket_ev; void socket_cb (iow &w, int got);
267 iw cmd_ev; void cmd_cb (iw &w);
268 267
269 std::deque< command, slice_allocator<command> > cmd_queue; 268 std::deque< command, slice_allocator<command> > cmd_queue;
270 269
271 // large structures at the end please 270 // large structures at the end please
272 struct Map lastmap; 271 struct Map lastmap;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines