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

Comparing deliantra/server/include/network.h (file contents):
Revision 1.10 by root, Tue Apr 10 09:35:23 2007 UTC vs.
Revision 1.11 by root, Mon Apr 23 19:10:17 2007 UTC

315 packet &operator <<(const data8 &v); 315 packet &operator <<(const data8 &v);
316 packet &operator <<(const data16 &v); 316 packet &operator <<(const data16 &v);
317 317
318 packet &operator <<(const char *v); 318 packet &operator <<(const char *v);
319 packet &operator <<(const shstr &sh) { return *this << data (&sh, sh.length ()); } 319 packet &operator <<(const shstr &sh) { return *this << data (&sh, sh.length ()); }
320 packet &operator <<(const std::string &s) { return *this << data (s.data (), s.size ()); }
320 321
321 void vprintf (const char *format, va_list ap); 322 void vprintf (const char *format, va_list ap);
322 323
323 void printf (const char *format, ...) 324 void printf (const char *format, ...)
324 { 325 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines