summaryrefslogtreecommitdiff
path: root/lib/backupstore/BackupStoreFilenameClear.cpp
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2012-04-28 18:25:50 +0000
committerChris Wilson <chris+github@qwirx.com>2012-04-28 18:25:50 +0000
commite1208a848021eed4fee38f5b4318bc1134b0a178 (patch)
tree2b8627a5e12eb3714d14705c2b6c6a07f58bc678 /lib/backupstore/BackupStoreFilenameClear.cpp
parent31bf350477760f651ec696ee9f09c881b72ca00f (diff)
Move private variables out of hidden namespace to help debugging.
Diffstat (limited to 'lib/backupstore/BackupStoreFilenameClear.cpp')
-rw-r--r--lib/backupstore/BackupStoreFilenameClear.cpp10
1 files changed, 3 insertions, 7 deletions
diff --git a/lib/backupstore/BackupStoreFilenameClear.cpp b/lib/backupstore/BackupStoreFilenameClear.cpp
index ad5666cf..bf23fea8 100644
--- a/lib/backupstore/BackupStoreFilenameClear.cpp
+++ b/lib/backupstore/BackupStoreFilenameClear.cpp
@@ -17,13 +17,9 @@
#include "MemLeakFindOn.h"
-// Hide private variables from the rest of the world
-namespace
-{
- int sEncodeMethod = BackupStoreFilename::Encoding_Clear;
- CipherContext sBlowfishEncrypt;
- CipherContext sBlowfishDecrypt;
-}
+int BackupStoreFilenameClear::sEncodeMethod = BackupStoreFilename::Encoding_Clear;
+CipherContext BackupStoreFilenameClear::sBlowfishEncrypt;
+CipherContext BackupStoreFilenameClear::sBlowfishDecrypt;
// --------------------------------------------------------------------------
//