ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/freezethaw.h
(Generate patch)

Comparing deliantra/server/include/freezethaw.h (file contents):
Revision 1.1 by root, Thu Apr 15 04:02:38 2010 UTC vs.
Revision 1.2 by root, Thu Apr 15 04:18:09 2010 UTC

187 void get (attachable *obj, int oid); 187 void get (attachable *obj, int oid);
188 188
189 // parse next line as keyword-value pair 189 // parse next line as keyword-value pair
190 MTH void next (); 190 MTH void next ();
191 191
192 // parse next line, as a single value - skips initial whitespace and comments 192 // parse next line, as a single value
193 // skips initial whitespace and comments
194 // and sets kw to KW_value on success.
193 MTH void next_line (); 195 MTH void next_line ();
194 196
195 // skip the current key-value (usually fetch next line, for 197 // skip the current key-value (usually fetch next line, for
196 // multiline-fields, skips till the corresponding end-kw 198 // multiline-fields, skips till the corresponding end-kw
197 MTH void skip (); 199 MTH void skip ();
234 236
235 void delayed_deref (attachable *op, object_ptr &ptr, const_utf8_string ref); 237 void delayed_deref (attachable *op, object_ptr &ptr, const_utf8_string ref);
236 MTH void resolve_delayed_derefs (bool deref = true); 238 MTH void resolve_delayed_derefs (bool deref = true);
237}; 239};
238 240
239//TODO: remove
240char *fgets (char *s, int n, object_thawer &thawer);
241
242#endif 241#endif
243 242

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines