1
0
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:
Mounir IDRASSI
2014-06-22 16:02:42 +02:00
parent 17823cb58c
commit 41a22ca4e7
239 changed files with 246 additions and 246 deletions

View File

@@ -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

View File

@@ -31,7 +31,7 @@
#include "Platform/File.h"
#include "Platform/TextReader.h"
namespace TrueCrypt
namespace VeraCrypt
{
#if 0
# define TC_TRACE_FILE_OPERATIONS

View File

@@ -12,7 +12,7 @@
#include <stdio.h>
#include <sys/stat.h>
namespace TrueCrypt
namespace VeraCrypt
{
void FilesystemPath::Delete () const
{

View File

@@ -10,7 +10,7 @@
#include "Platform/Mutex.h"
#include "Platform/SystemException.h"
namespace TrueCrypt
namespace VeraCrypt
{
Mutex::Mutex ()
{

View File

@@ -10,7 +10,7 @@
#include "Pipe.h"
#include "Platform/SystemException.h"
namespace TrueCrypt
namespace VeraCrypt
{
Pipe::Pipe ()
{

View File

@@ -11,7 +11,7 @@
#include "Platform/PlatformBase.h"
namespace TrueCrypt
namespace VeraCrypt
{
class Pipe
{

View File

@@ -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)
{

View File

@@ -11,7 +11,7 @@
#include "Platform/PlatformBase.h"
namespace TrueCrypt
namespace VeraCrypt
{
class Poller
{

View File

@@ -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)
{

View File

@@ -13,7 +13,7 @@
#include "Platform/Buffer.h"
#include "Platform/Functor.h"
namespace TrueCrypt
namespace VeraCrypt
{
struct ProcessExecFunctor
{

View File

@@ -10,7 +10,7 @@
#include "Platform/SyncEvent.h"
#include "Platform/SystemException.h"
namespace TrueCrypt
namespace VeraCrypt
{
SyncEvent::SyncEvent ()
{

View File

@@ -12,7 +12,7 @@
#include "Platform/SystemException.h"
#include "Platform/StringConverter.h"
namespace TrueCrypt
namespace VeraCrypt
{
SystemException::SystemException ()
: ErrorCode (errno)

View File

@@ -10,7 +10,7 @@
#include "Platform/SystemInfo.h"
#include <sys/utsname.h>
namespace TrueCrypt
namespace VeraCrypt
{
wstring SystemInfo::GetPlatformName ()
{

View File

@@ -9,7 +9,7 @@
#include <syslog.h>
#include "Platform/SystemLog.h"
namespace TrueCrypt
namespace VeraCrypt
{
void SystemLog::WriteDebug (const string &debugMessage)
{

View File

@@ -12,7 +12,7 @@
#include "Platform/Thread.h"
#include "Platform/SystemLog.h"
namespace TrueCrypt
namespace VeraCrypt
{
void Thread::Join () const
{

View File

@@ -10,7 +10,7 @@
#include <sys/time.h>
#include <time.h>
namespace TrueCrypt
namespace VeraCrypt
{
uint64 Time::GetCurrent ()
{