From: Colin Patrick McCabe Date: Mon, 14 Feb 2011 13:47:00 +0000 (-0800) Subject: common/debug.h: use std::string rather than string X-Git-Tag: v0.25~122^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=dd21803a6066b5768e86b4a3fe4d41918b185113;p=ceph.git common/debug.h: use std::string rather than string Signed-off-by: Colin McCabe --- diff --git a/src/common/debug.h b/src/common/debug.h index 2768fdf179df..8f098bf87bd2 100644 --- a/src/common/debug.h +++ b/src/common/debug.h @@ -99,6 +99,6 @@ inline std::ostream& operator<<(std::ostream& out, _bad_endl_use_dendl_t) { extern void hex2str(const char *s, int len, char *buf, int dest_len); -extern void hexdump(string msg, const char *s, int len); +extern void hexdump(std::string msg, const char *s, int len); #endif