OEMCrypto v17.2
Version 17.2 includes udpates to support MediaCAS. See the CHANGELOG for full details.
This commit is contained in:
@@ -28,7 +28,7 @@ static const std::string kOemCertificateFileName = "oemcert.bin";
|
||||
static const std::string kOemCertificateFileNamePrefix = "oemcert_";
|
||||
|
||||
// File class. The implementation is platform dependent.
|
||||
class CORE_UTIL_EXPORT File {
|
||||
class File {
|
||||
public:
|
||||
File() {}
|
||||
virtual ~File() {}
|
||||
@@ -39,7 +39,7 @@ class CORE_UTIL_EXPORT File {
|
||||
CORE_DISALLOW_COPY_AND_ASSIGN(File);
|
||||
};
|
||||
|
||||
class CORE_UTIL_EXPORT FileSystem {
|
||||
class FileSystem {
|
||||
public:
|
||||
FileSystem();
|
||||
FileSystem(const std::string& origin, void* extra_data);
|
||||
|
||||
Reference in New Issue
Block a user