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
@@ -14,9 +14,9 @@
#include "BootEncryption.h"
#include "Dlgcode.h"
#include "Registry.h"
-using namespace TrueCrypt;
+using namespace VeraCrypt;
HRESULT CreateElevatedComObject (HWND hwnd, REFGUID guid, REFIID iid, void **ppv)
{
WCHAR monikerName[1024];
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
@@ -31,9 +31,9 @@
#elif defined (TCMOUNT)
#include "Mount/MainCom.h"
#endif
-namespace TrueCrypt
+namespace VeraCrypt
{
#if !defined (SETUP)
class Elevator
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
@@ -16,9 +16,9 @@
#include "Volumes.h"
using namespace std;
-namespace TrueCrypt
+namespace VeraCrypt
{
class File
{
public:
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
@@ -60,9 +60,9 @@
#ifdef SETUP
#include "Setup/Setup.h"
#endif
-using namespace TrueCrypt;
+using namespace VeraCrypt;
LONG DriverVersion;
char *LastDialogId;
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
@@ -11,9 +11,9 @@
#include "Platform/PlatformBase.h"
#include "Dlgcode.h"
-namespace TrueCrypt
+namespace VeraCrypt
{
struct Exception
{
virtual void Show (HWND parent) const = 0;
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
@@ -22,9 +22,9 @@
#include "Common/resource.h"
#include "Platform/Finally.h"
#include "Platform/ForEach.h"
-using namespace TrueCrypt;
+using namespace VeraCrypt;
#define stat _stat
#define S_IFDIR _S_IFDIR
#define snprintf _snprintf
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
@@ -29,9 +29,9 @@
#endif
using namespace std;
-namespace TrueCrypt
+namespace VeraCrypt
{
SecurityTokenKeyfile::SecurityTokenKeyfile (const SecurityTokenKeyfilePath &path)
{
wstring pathStr = 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
@@ -48,9 +48,9 @@
#define TC_SECURITY_TOKEN_KEYFILE_URL_PREFIX L"token://"
#define TC_SECURITY_TOKEN_KEYFILE_URL_SLOT L"slot"
#define TC_SECURITY_TOKEN_KEYFILE_URL_FILE L"file"
-namespace TrueCrypt
+namespace VeraCrypt
{
struct SecurityTokenInfo
{
CK_SLOT_ID SlotId;