mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-13 03:48:26 -06:00
Linux: use "-std=c++11" for gcc 4.8 and adapt code to old compilers
This commit is contained in:
@@ -50,9 +50,9 @@ namespace VeraCrypt
|
||||
class Token
|
||||
{
|
||||
public:
|
||||
static vector<shared_ptr<TokenKeyfile>> GetAvailableKeyfiles(bool isEMVSupportEnabled);
|
||||
static vector< shared_ptr<TokenKeyfile> > GetAvailableKeyfiles(bool isEMVSupportEnabled);
|
||||
static bool IsKeyfilePathValid(const wstring& tokenKeyfilePath, bool isEMVSupportEnabled);
|
||||
static list <shared_ptr<TokenInfo>> GetAvailableTokens();
|
||||
static list < shared_ptr<TokenInfo> > GetAvailableTokens();
|
||||
static shared_ptr<TokenKeyfile> getTokenKeyfile(const TokenKeyfilePath& path);
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user