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.29 by root, Thu Sep 21 00:05:25 2006 UTC vs.
Revision 1.30 by root, Tue Nov 7 14:58:35 2006 UTC

274 char *last_value; 274 char *last_value;
275 275
276 operator bool () { return !!text; } 276 operator bool () { return !!text; }
277 277
278 object_thawer (const char *filename = 0); 278 object_thawer (const char *filename = 0);
279 object_thawer (const char *data, AV *perlav);
279 ~object_thawer (); 280 ~object_thawer ();
280 281
281 void get (data_type type, void *obj, attachable_base *ext, int oid); 282 void get (data_type type, void *obj, attachable_base *ext, int oid);
282 283
283 template<class subclass> 284 template<class subclass>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines