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.96 by root, Wed Apr 16 21:14:13 2008 UTC vs.
Revision 1.100 by root, Sun Nov 16 03:52:12 2008 UTC

50// optimisations/workaround for functions requiring my_perl in scope (anti-bloat) 50// optimisations/workaround for functions requiring my_perl in scope (anti-bloat)
51#undef localtime 51#undef localtime
52#undef srand48 52#undef srand48
53#undef drand48 53#undef drand48
54#undef srandom 54#undef srandom
55#undef opendir
55#undef readdir 56#undef readdir
57#undef closedir
56#undef getprotobyname 58#undef getprotobyname
57#undef gethostbyname 59#undef gethostbyname
58#undef ctime 60#undef ctime
59#undef strerror 61#undef strerror
60#undef _ 62#undef _
181INTERFACE_CLASS (attachable) 183INTERFACE_CLASS (attachable)
182struct attachable : refcnt_base 184struct attachable : refcnt_base
183{ 185{
184 static MGVTBL vtbl; 186 static MGVTBL vtbl;
185 187
186 static unordered_vector<attachable *> mortals;
187 MTH static void check_mortals ();
188
189 enum { 188 enum {
190 F_DESTROYED = 0x01, 189 F_DESTROYED = 0x01,
191 F_DEBUG_TRACE = 0x02, 190 F_DEBUG_TRACE = 0x02,
192 }; 191 };
193 int ACC (RW, flags); 192 uint8 ACC (RW, flags);
193
194 static unordered_vector<attachable *> mortals;
195 MTH static void check_mortals ();
194 196
195 // object is delete'd after the refcount reaches 0 197 // object is delete'd after the refcount reaches 0
196 MTH int refcnt_cnt () const; 198 MTH int refcnt_cnt () const;
197 // check wether the object has died and destroy 199 // check wether the object has died and destroy
198 MTH void refcnt_chk () { if (expect_false (refcnt <= 0)) do_check (); } 200 MTH void refcnt_chk () { if (expect_false (refcnt <= 0)) do_check (); }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines