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.69 by root, Thu Nov 8 19:43:24 2007 UTC vs.
Revision 1.70 by root, Wed Nov 14 08:09:46 2007 UTC

261 MTH void flush_fx (); // send fx if required 261 MTH void flush_fx (); // send fx if required
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 revents);
267 267
268 std::deque< command, slice_allocator<command> > cmd_queue; 268 std::deque< command, slice_allocator<command> > cmd_queue;
269 269
270 // large structures at the end please 270 // large structures at the end please
271 struct Map lastmap; 271 struct Map lastmap;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines