mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-12 11:28:26 -06:00
Normalize all line terminators
This commit is contained in:
@@ -8,26 +8,26 @@
|
||||
and are governed by the Apache License 2.0 the full text of which is
|
||||
contained in the file License.txt included in VeraCrypt binary and source
|
||||
code distribution packages.
|
||||
*/
|
||||
|
||||
#ifndef TC_HEADER_Platform_Functor
|
||||
#define TC_HEADER_Platform_Functor
|
||||
|
||||
#include "PlatformBase.h"
|
||||
|
||||
namespace VeraCrypt
|
||||
{
|
||||
struct Functor
|
||||
{
|
||||
virtual ~Functor () { }
|
||||
virtual void operator() () = 0;
|
||||
};
|
||||
|
||||
struct GetStringFunctor
|
||||
{
|
||||
virtual ~GetStringFunctor () { }
|
||||
virtual void operator() (string &str) = 0;
|
||||
};
|
||||
}
|
||||
|
||||
#endif // TC_HEADER_Platform_Functor
|
||||
*/
|
||||
|
||||
#ifndef TC_HEADER_Platform_Functor
|
||||
#define TC_HEADER_Platform_Functor
|
||||
|
||||
#include "PlatformBase.h"
|
||||
|
||||
namespace VeraCrypt
|
||||
{
|
||||
struct Functor
|
||||
{
|
||||
virtual ~Functor () { }
|
||||
virtual void operator() () = 0;
|
||||
};
|
||||
|
||||
struct GetStringFunctor
|
||||
{
|
||||
virtual ~GetStringFunctor () { }
|
||||
virtual void operator() (string &str) = 0;
|
||||
};
|
||||
}
|
||||
|
||||
#endif // TC_HEADER_Platform_Functor
|
||||
|
||||
Reference in New Issue
Block a user