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

Comparing deliantra/server/include/cfperl.h (file contents):
Revision 1.116 by root, Fri Mar 26 01:04:44 2010 UTC vs.
Revision 1.117 by root, Fri Apr 2 03:41:24 2010 UTC

254 set_key (key, value, 0); 254 set_key (key, value, 0);
255 } 255 }
256 256
257 attachable &operator =(const attachable &src); 257 attachable &operator =(const attachable &src);
258 258
259 // used to _quickly_ device wether to shortcut the evaluation 259 // used to _quickly_ decide wether to shortcut the evaluation
260 bool should_invoke (event_type event) 260 bool should_invoke (event_type event)
261 { 261 {
262 return ev_want_event [event] || cb; 262 return ev_want_event [event] || cb;
263 } 263 }
264 264

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines