[caching] change the emitter->hint value type
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
#ifndef CACHE_EMITTER_H
|
||||
#define CACHE_EMITTER_H
|
||||
|
||||
#include <boost/shared_ptr.hpp>
|
||||
#include <string>
|
||||
|
||||
#include "persistent-data/block.h"
|
||||
|
||||
#include <boost/shared_ptr.hpp>
|
||||
#include <vector>
|
||||
|
||||
//----------------------------------------------------------------
|
||||
|
||||
namespace caching {
|
||||
@@ -35,7 +35,7 @@ namespace caching {
|
||||
virtual void end_hints() = 0;
|
||||
|
||||
virtual void hint(pd::block_address cblock,
|
||||
std::string const &data) = 0;
|
||||
std::vector<unsigned char> const &data) = 0;
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user