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.53 by root, Thu Feb 1 19:15:39 2007 UTC vs.
Revision 1.54 by root, Sun Feb 11 01:38:48 2007 UTC

130 130
131 static unordered_vector<attachable *> mortals; 131 static unordered_vector<attachable *> mortals;
132 MTH static void check_mortals (); 132 MTH static void check_mortals ();
133 133
134 enum { 134 enum {
135 F_DESTROYED = 0x01, 135 F_DESTROYED = 0x01,
136 F_DEBUG_TRACE = 0x02,
136 }; 137 };
137 138
138 // object is delete'd after the refcount reaches 0 139 // object is delete'd after the refcount reaches 0
139 mutable int ACC (RW, refcnt); 140 mutable int ACC (RW, refcnt);
140 int ACC (RW, flags); 141 int ACC (RW, flags);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines