mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-12 11:28:26 -06:00
Change namespace from TrueCrypt to VeraCrypt. Rename method from Resources Resources::GetTrueCryptIcon to Resources::GetVeraCryptIcon.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
#include "Platform/Finally.h"
|
||||
#include "Platform/SystemException.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
static Mutex ReadDirMutex; // readdir_r() may be unsafe on some systems
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
#include "Platform/File.h"
|
||||
#include "Platform/TextReader.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
#if 0
|
||||
# define TC_TRACE_FILE_OPERATIONS
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#include <stdio.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
void FilesystemPath::Delete () const
|
||||
{
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include "Platform/Mutex.h"
|
||||
#include "Platform/SystemException.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
Mutex::Mutex ()
|
||||
{
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include "Pipe.h"
|
||||
#include "Platform/SystemException.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
Pipe::Pipe ()
|
||||
{
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
#include "Platform/PlatformBase.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
class Pipe
|
||||
{
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
#include "Poller.h"
|
||||
#include "Platform/SystemException.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
Poller::Poller (int fileDescriptor1, int fileDescriptor2, int fileDescriptor3, int fileDescriptor4)
|
||||
{
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
#include "Platform/PlatformBase.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
class Poller
|
||||
{
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
#include "Platform/Unix/Pipe.h"
|
||||
#include "Platform/Unix/Poller.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
string Process::Execute (const string &processName, const list <string> &arguments, int timeOut, ProcessExecFunctor *execFunctor, const Buffer *inputData)
|
||||
{
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
#include "Platform/Buffer.h"
|
||||
#include "Platform/Functor.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
struct ProcessExecFunctor
|
||||
{
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include "Platform/SyncEvent.h"
|
||||
#include "Platform/SystemException.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
SyncEvent::SyncEvent ()
|
||||
{
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#include "Platform/SystemException.h"
|
||||
#include "Platform/StringConverter.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
SystemException::SystemException ()
|
||||
: ErrorCode (errno)
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include "Platform/SystemInfo.h"
|
||||
#include <sys/utsname.h>
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
wstring SystemInfo::GetPlatformName ()
|
||||
{
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
#include <syslog.h>
|
||||
#include "Platform/SystemLog.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
void SystemLog::WriteDebug (const string &debugMessage)
|
||||
{
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#include "Platform/Thread.h"
|
||||
#include "Platform/SystemLog.h"
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
void Thread::Join () const
|
||||
{
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include <sys/time.h>
|
||||
#include <time.h>
|
||||
|
||||
namespace TrueCrypt
|
||||
namespace VeraCrypt
|
||||
{
|
||||
uint64 Time::GetCurrent ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user