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.30 by root, Thu Jan 1 16:05:12 2009 UTC vs.
Revision 1.31 by root, Thu Jan 1 19:42:43 2009 UTC

119inline bool operator !=(const shstr_tmp &a, const shstr_tmp &b) 119inline bool operator !=(const shstr_tmp &a, const shstr_tmp &b)
120{ 120{
121 return a.s != b.s; 121 return a.s != b.s;
122} 122}
123 123
124inline int strlen (const shstr_tmp &sh) 124inline int strlen (shstr_tmp sh)
125{ 125{
126 return sh.length (); 126 return sh.length ();
127} 127}
128 128
129static std::ostream &operator <<(std::ostream &o, shstr_tmp sh) 129static std::ostream &operator <<(std::ostream &o, shstr_tmp sh)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines