diff options
Diffstat (limited to 'src/Format')
-rw-r--r-- | src/Format/FormatCom.cpp | 2 | ||||
-rw-r--r-- | src/Format/InPlace.c | 2 | ||||
-rw-r--r-- | src/Format/Tcformat.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/Format/FormatCom.cpp b/src/Format/FormatCom.cpp index 9ab57c86..df0fc1e9 100644 --- a/src/Format/FormatCom.cpp +++ b/src/Format/FormatCom.cpp @@ -19,9 +19,9 @@ #include "FormatCom.h"
#include "FormatCom_h.h"
#include "FormatCom_i.c"
-using namespace TrueCrypt;
+using namespace VeraCrypt;
static volatile LONG ObjectCount = 0;
class TrueCryptFormatCom : public ITrueCryptFormatCom
diff --git a/src/Format/InPlace.c b/src/Format/InPlace.c index 2382605e..c3d09fb3 100644 --- a/src/Format/InPlace.c +++ b/src/Format/InPlace.c @@ -34,9 +34,9 @@ IMPORTANT: Due to this issue, functions in this file must not directly interact #include "InPlace.h"
using namespace std;
-using namespace TrueCrypt;
+using namespace VeraCrypt;
#define TC_MAX_NONSYS_INPLACE_ENC_WORK_CHUNK_SIZE (2048 * BYTES_PER_KB)
#define TC_INITIAL_NTFS_CONCEAL_PORTION_SIZE (2 * TC_MAX_VOLUME_SECTOR_SIZE)
#define TC_NTFS_CONCEAL_CONSTANT 0xFF
diff --git a/src/Format/Tcformat.c b/src/Format/Tcformat.c index c48b207e..5d830d0d 100644 --- a/src/Format/Tcformat.c +++ b/src/Format/Tcformat.c @@ -47,9 +47,9 @@ #include "Volumes.h"
#include "Wipe.h"
#include "Xml.h"
-using namespace TrueCrypt;
+using namespace VeraCrypt;
enum wizard_pages
{
/* IMPORTANT: IF YOU ADD/REMOVE/MOVE ANY PAGES THAT ARE RELATED TO SYSTEM ENCRYPTION,
|