1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 11:08:02 -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

@@ -11,7 +11,7 @@
#include "CoreBase.h"
namespace TrueCrypt
namespace VeraCrypt
{
extern auto_ptr <CoreBase> Core;
extern auto_ptr <CoreBase> CoreDirect;

View File

@@ -12,7 +12,7 @@
#include "RandomNumberGenerator.h"
#include "Volume/Volume.h"
namespace TrueCrypt
namespace VeraCrypt
{
CoreBase::CoreBase ()
: DeviceChangeInProgress (false)

View File

@@ -21,7 +21,7 @@
#include "HostDevice.h"
#include "MountOptions.h"
namespace TrueCrypt
namespace VeraCrypt
{
class CoreBase
{

View File

@@ -9,7 +9,7 @@
#include "CoreException.h"
#include "Platform/SerializerFactory.h"
namespace TrueCrypt
namespace VeraCrypt
{
void ElevationFailed::Deserialize (shared_ptr <Stream> stream)
{

View File

@@ -11,7 +11,7 @@
#include "Platform/Platform.h"
namespace TrueCrypt
namespace VeraCrypt
{
struct ElevationFailed : public ExecutedProcessFailed
{

View File

@@ -15,7 +15,7 @@
#include "FatFormatter.h"
#include "RandomNumberGenerator.h"
namespace TrueCrypt
namespace VeraCrypt
{
struct fatparams
{

View File

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

View File

@@ -9,7 +9,7 @@
#include "HostDevice.h"
#include "Platform/SerializerFactory.h"
namespace TrueCrypt
namespace VeraCrypt
{
void HostDevice::Deserialize (shared_ptr <Stream> stream)
{

View File

@@ -12,7 +12,7 @@
#include "Platform/Platform.h"
#include "Platform/Serializable.h"
namespace TrueCrypt
namespace VeraCrypt
{
struct HostDevice;
typedef list < shared_ptr <HostDevice> > HostDeviceList;

View File

@@ -10,7 +10,7 @@
#include "Platform/MemoryStream.h"
#include "Platform/SerializerFactory.h"
namespace TrueCrypt
namespace VeraCrypt
{
void MountOptions::CopyFrom (const MountOptions &other)
{

View File

@@ -15,7 +15,7 @@
#include "Volume/VolumeSlot.h"
#include "Volume/VolumePassword.h"
namespace TrueCrypt
namespace VeraCrypt
{
struct MountOptions : public Serializable
{

View File

@@ -15,7 +15,7 @@
#include "RandomNumberGenerator.h"
#include "Volume/Crc32.h"
namespace TrueCrypt
namespace VeraCrypt
{
void RandomNumberGenerator::AddSystemDataToPool (bool fast)
{

View File

@@ -13,7 +13,7 @@
#include "Volume/Hash.h"
#include "Common/Random.h"
namespace TrueCrypt
namespace VeraCrypt
{
class RandomNumberGenerator
{

View File

@@ -20,7 +20,7 @@
#include "CoreServiceRequest.h"
#include "CoreServiceResponse.h"
namespace TrueCrypt
namespace VeraCrypt
{
template <class T>
auto_ptr <T> CoreService::GetResponse ()

View File

@@ -14,7 +14,7 @@
#include "Platform/Unix/Pipe.h"
#include "Core/Core.h"
namespace TrueCrypt
namespace VeraCrypt
{
// This service facilitates process forking and elevation of user privileges
class CoreService

View File

@@ -12,7 +12,7 @@
#include "CoreService.h"
#include "Volume/VolumePasswordCache.h"
namespace TrueCrypt
namespace VeraCrypt
{
template <class T>
class CoreServiceProxy : public T

View File

@@ -10,7 +10,7 @@
#include "CoreServiceRequest.h"
#include "Platform/SerializerFactory.h"
namespace TrueCrypt
namespace VeraCrypt
{
void CoreServiceRequest::Deserialize (shared_ptr <Stream> stream)
{

View File

@@ -12,7 +12,7 @@
#include "Platform/Serializable.h"
#include "Core/Core.h"
namespace TrueCrypt
namespace VeraCrypt
{
struct CoreServiceRequest : public Serializable
{

View File

@@ -9,7 +9,7 @@
#include "CoreServiceResponse.h"
#include "Platform/SerializerFactory.h"
namespace TrueCrypt
namespace VeraCrypt
{
// CheckFilesystemResponse
void CheckFilesystemResponse::Deserialize (shared_ptr <Stream> stream)

View File

@@ -12,7 +12,7 @@
#include "Platform/Serializable.h"
#include "Core/Core.h"
namespace TrueCrypt
namespace VeraCrypt
{
struct CoreServiceResponse : public Serializable
{

View File

@@ -18,7 +18,7 @@
#include "Driver/Fuse/FuseService.h"
#include "Volume/VolumePasswordCache.h"
namespace TrueCrypt
namespace VeraCrypt
{
CoreUnix::CoreUnix ()
{

View File

@@ -14,7 +14,7 @@
#include "Core/CoreBase.h"
#include "Core/Unix/MountedFilesystem.h"
namespace TrueCrypt
namespace VeraCrypt
{
class CoreUnix : public CoreBase
{

View File

@@ -16,7 +16,7 @@
#include "CoreFreeBSD.h"
#include "Core/Unix/CoreServiceProxy.h"
namespace TrueCrypt
namespace VeraCrypt
{
CoreFreeBSD::CoreFreeBSD ()
{

View File

@@ -12,7 +12,7 @@
#include "System.h"
#include "Core/Unix/CoreUnix.h"
namespace TrueCrypt
namespace VeraCrypt
{
class CoreFreeBSD : public CoreUnix
{

View File

@@ -22,7 +22,7 @@
#include "Driver/Fuse/FuseService.h"
#include "Core/Unix/CoreServiceProxy.h"
namespace TrueCrypt
namespace VeraCrypt
{
CoreLinux::CoreLinux ()
{

View File

@@ -12,7 +12,7 @@
#include "System.h"
#include "Core/Unix/CoreUnix.h"
namespace TrueCrypt
namespace VeraCrypt
{
class CoreLinux : public CoreUnix
{

View File

@@ -19,7 +19,7 @@
#include "Driver/Fuse/FuseService.h"
#include "Core/Unix/CoreServiceProxy.h"
namespace TrueCrypt
namespace VeraCrypt
{
CoreMacOSX::CoreMacOSX ()
{

View File

@@ -12,7 +12,7 @@
#include "System.h"
#include "Core/Unix/FreeBSD/CoreFreeBSD.h"
namespace TrueCrypt
namespace VeraCrypt
{
class CoreMacOSX : public CoreFreeBSD
{

View File

@@ -11,7 +11,7 @@
#include "Platform/Platform.h"
namespace TrueCrypt
namespace VeraCrypt
{
struct MountedFilesystem
{

View File

@@ -15,7 +15,7 @@
#include "CoreSolaris.h"
#include "Core/Unix/CoreServiceProxy.h"
namespace TrueCrypt
namespace VeraCrypt
{
CoreSolaris::CoreSolaris ()
{

View File

@@ -12,7 +12,7 @@
#include "System.h"
#include "Core/Unix/CoreUnix.h"
namespace TrueCrypt
namespace VeraCrypt
{
class CoreSolaris : public CoreUnix
{

View File

@@ -19,7 +19,7 @@
#include "VolumeCreator.h"
#include "FatFormatter.h"
namespace TrueCrypt
namespace VeraCrypt
{
VolumeCreator::VolumeCreator ()
: SizeDone (0)

View File

@@ -13,7 +13,7 @@
#include "Volume/Volume.h"
#include "RandomNumberGenerator.h"
namespace TrueCrypt
namespace VeraCrypt
{
struct VolumeCreationOptions