Separate template definitions and instantiations into *_impl.hh and *.cc. Eventually the *.cc fils should be generate by our super-duper python script.

base/compression/null_compression.hh:
    Need some includes.

--HG--
extra : convert_revision : caf52320f6f6ff255e8a93817419ad13ad44224f
This commit is contained in:
Erik Hallnor 2004-02-08 17:26:27 -05:00
parent bdfb5de4b2
commit 9c7bec74b1

View file

@ -34,6 +34,10 @@
* This file defines a doNothing compression algorithm.
*/
#include <inttypes.h> // for uint8_t
#include "base/misc.hh" // for fatal()
/**
* A dummy compression class to use when no data compression is desired.
*/