Source release v3.2.0
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
#define WVCDM_CDM_TEST_TEST_HOST_H_
|
||||
|
||||
#include <queue>
|
||||
#include <vector>
|
||||
|
||||
#include "cdm.h"
|
||||
#include "override.h"
|
||||
@@ -24,6 +25,7 @@ class TestHost : public widevine::Cdm::IStorage,
|
||||
virtual bool exists(const std::string& name) OVERRIDE;
|
||||
virtual bool remove(const std::string& name) OVERRIDE;
|
||||
virtual int32_t size(const std::string& name) OVERRIDE;
|
||||
virtual bool list(std::vector<std::string>* names) OVERRIDE;
|
||||
|
||||
virtual int64_t now() OVERRIDE;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user