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.51 by root, Tue Jan 23 03:56:45 2007 UTC vs.
Revision 1.52 by root, Fri Jan 26 22:06:30 2007 UTC

164 164
165 HV *self; // CF+ perl self 165 HV *self; // CF+ perl self
166 AV *cb; // CF+ callbacks 166 AV *cb; // CF+ callbacks
167 shstr attach; // generic extension attachment information 167 shstr attach; // generic extension attachment information
168 168
169 void sever_self (); // sever this object from its self, if it has one.
169 void optimise (); // possibly save some memory by destroying unneeded data 170 void optimise (); // possibly save some memory by destroying unneeded data
170 171
171 attachable () 172 attachable ()
172 : flags (0), refcnt (0), self (0), cb (0), attach (0) 173 : flags (0), refcnt (0), self (0), cb (0), attach (0)
173 { 174 {
174 } 175 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines