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.119 by root, Sun Apr 11 04:09:56 2010 UTC vs.
Revision 1.120 by root, Mon Apr 12 05:22:38 2010 UTC

213 MTH void destroy (); 213 MTH void destroy ();
214 214
215 // return wether an object was destroyed already 215 // return wether an object was destroyed already
216 MTH bool destroyed () const { return attachable_flags & F_DESTROYED; } 216 MTH bool destroyed () const { return attachable_flags & F_DESTROYED; }
217 217
218 // destruct and free the memory for this object
219 virtual void do_delete ();
220
218 virtual void gather_callbacks (AV *&callbacks, event_type event) const; 221 virtual void gather_callbacks (AV *&callbacks, event_type event) const;
219 222
220#if 0 223#if 0
221private: 224private:
222 static refcounted *rc_first; 225 static refcounted *rc_first;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines