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

Comparing deliantra/server/include/shstr.h (file contents):
Revision 1.13 by root, Mon Apr 23 15:27:46 2007 UTC vs.
Revision 1.14 by root, Mon Apr 23 16:07:00 2007 UTC

113 do_not_use_strcmp_to_compare_shstr_values (); 113 do_not_use_strcmp_to_compare_shstr_values ();
114#endif 114#endif
115 return a != b; 115 return a != b;
116} 116}
117 117
118std::ostream &operator <<(std::ostream &o, const shstr &sh) 118static std::ostream &operator <<(std::ostream &o, const shstr &sh)
119{ 119{
120 o.write (sh.s, sh.length ()); 120 o.write (sh.s, sh.length ());
121 return o; 121 return o;
122} 122}
123 123

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines