24#ifndef LIBBINLOGEVENTS_COMPRESSION_FACTORY_
25#define LIBBINLOGEVENTS_COMPRESSION_FACTORY_
static std::unique_ptr< Decompressor > build_decompressor(type t)
Definition: factory.cpp:46
static std::unique_ptr< Compressor > build_compressor(type t)
Definition: factory.cpp:34
type
Definition: base.h:33