1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-12-28 17:49:45 -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

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