~codership/galera/3.x

« back to all changes in this revision

Viewing changes to galerautils/src/gu_hexdump.hpp

  • Committer: Teemu Ollakka
  • Date: 2013-11-02 18:55:06 UTC
  • Revision ID: teemu.ollakka@codership.com-20131102185506-irok2p8fyb2dtf00
References lp:1247402 - synced with svn #3355 (integrated with wsrepi api v25)

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 *
6
6
 * Usage: std::cout << gu::Hexdump(ptr, size)
7
7
 *
8
 
 * $Id: gu_hexdump.hpp 3337 2013-10-28 07:46:26Z teemu $
 
8
 * $Id: gu_hexdump.hpp 3354 2013-11-02 18:13:24Z teemu $
9
9
 */
10
10
 
11
11
#ifndef _GU_HEXDUMP_HPP_