VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common
diff options
context:
space:
mode:
Diffstat (limited to 'src/Common')
-rw-r--r--src/Common/BaseCom.cpp2
-rw-r--r--src/Common/BootEncryption.cpp2
-rw-r--r--src/Common/BootEncryption.h2
-rw-r--r--src/Common/Dlgcode.c2
-rw-r--r--src/Common/Exception.h2
-rw-r--r--src/Common/Keyfiles.c2
-rw-r--r--src/Common/SecurityToken.cpp2
-rw-r--r--src/Common/SecurityToken.h2
8 files changed, 8 insertions, 8 deletions
diff --git a/src/Common/BaseCom.cpp b/src/Common/BaseCom.cpp
index 409a653d..5771daaa 100644
--- a/src/Common/BaseCom.cpp
+++ b/src/Common/BaseCom.cpp
@@ -15,7 +15,7 @@
#include "Dlgcode.h"
#include "Registry.h"
-using namespace TrueCrypt;
+using namespace VeraCrypt;
HRESULT CreateElevatedComObject (HWND hwnd, REFGUID guid, REFIID iid, void **ppv)
{
diff --git a/src/Common/BootEncryption.cpp b/src/Common/BootEncryption.cpp
index 3f90ad0a..29df5569 100644
--- a/src/Common/BootEncryption.cpp
+++ b/src/Common/BootEncryption.cpp
@@ -32,7 +32,7 @@
#include "Mount/MainCom.h"
#endif
-namespace TrueCrypt
+namespace VeraCrypt
{
#if !defined (SETUP)
diff --git a/src/Common/BootEncryption.h b/src/Common/BootEncryption.h
index febbdf5b..16e42e11 100644
--- a/src/Common/BootEncryption.h
+++ b/src/Common/BootEncryption.h
@@ -17,7 +17,7 @@
using namespace std;
-namespace TrueCrypt
+namespace VeraCrypt
{
class File
{
diff --git a/src/Common/Dlgcode.c b/src/Common/Dlgcode.c
index cadab148..ad8b4890 100644
--- a/src/Common/Dlgcode.c
+++ b/src/Common/Dlgcode.c
@@ -61,7 +61,7 @@
#include "Setup/Setup.h"
#endif
-using namespace TrueCrypt;
+using namespace VeraCrypt;
LONG DriverVersion;
diff --git a/src/Common/Exception.h b/src/Common/Exception.h
index c9985d04..5bf9395f 100644
--- a/src/Common/Exception.h
+++ b/src/Common/Exception.h
@@ -12,7 +12,7 @@
#include "Platform/PlatformBase.h"
#include "Dlgcode.h"
-namespace TrueCrypt
+namespace VeraCrypt
{
struct Exception
{
diff --git a/src/Common/Keyfiles.c b/src/Common/Keyfiles.c
index d5ce556a..e7e55ca5 100644
--- a/src/Common/Keyfiles.c
+++ b/src/Common/Keyfiles.c
@@ -23,7 +23,7 @@
#include "Platform/Finally.h"
#include "Platform/ForEach.h"
-using namespace TrueCrypt;
+using namespace VeraCrypt;
#define stat _stat
#define S_IFDIR _S_IFDIR
diff --git a/src/Common/SecurityToken.cpp b/src/Common/SecurityToken.cpp
index 3a961fe5..061d96fe 100644
--- a/src/Common/SecurityToken.cpp
+++ b/src/Common/SecurityToken.cpp
@@ -30,7 +30,7 @@
using namespace std;
-namespace TrueCrypt
+namespace VeraCrypt
{
SecurityTokenKeyfile::SecurityTokenKeyfile (const SecurityTokenKeyfilePath &path)
{
diff --git a/src/Common/SecurityToken.h b/src/Common/SecurityToken.h
index 5620aa05..c83ed328 100644
--- a/src/Common/SecurityToken.h
+++ b/src/Common/SecurityToken.h
@@ -49,7 +49,7 @@
#define TC_SECURITY_TOKEN_KEYFILE_URL_SLOT L"slot"
#define TC_SECURITY_TOKEN_KEYFILE_URL_FILE L"file"
-namespace TrueCrypt
+namespace VeraCrypt
{
struct SecurityTokenInfo
{