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

Comparing deliantra/server/include/dynbuf.h (file contents):
Revision 1.6 by root, Mon Apr 30 17:39:58 2007 UTC vs.
Revision 1.7 by root, Thu May 3 09:26:45 2007 UTC

28 int _size; 28 int _size;
29 29
30 chunk *first, *last; 30 chunk *first, *last;
31 31
32 void _reserve (int size); 32 void _reserve (int size);
33 void _clear ();
33 void clear (); 34 void clear ();
34 void finish (); 35 void finish ();
35 36
36public: 37public:
37 38

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines