summaryrefslogtreecommitdiff
path: root/plugins/Dbx_mmap_SA/src/dbintf_sa.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-01-11 14:34:05 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-01-11 14:34:05 +0000
commiteb4c733a253ba63e0d59e5b7a5d78dd3ad787f37 (patch)
treef2e634eeec8940bd3328fc60abf9ae212218644a /plugins/Dbx_mmap_SA/src/dbintf_sa.h
parent1880da207800947d057639ad399513b36b9d7379 (diff)
global variable removed from db_mmap_sa
git-svn-id: http://svn.miranda-ng.org/main/trunk@3055 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dbx_mmap_SA/src/dbintf_sa.h')
-rw-r--r--plugins/Dbx_mmap_SA/src/dbintf_sa.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/plugins/Dbx_mmap_SA/src/dbintf_sa.h b/plugins/Dbx_mmap_SA/src/dbintf_sa.h
index a65b4ebe3d..bd96407e2a 100644
--- a/plugins/Dbx_mmap_SA/src/dbintf_sa.h
+++ b/plugins/Dbx_mmap_SA/src/dbintf_sa.h
@@ -25,9 +25,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include "..\Db3x_mmap\src\dbintf.h"
-struct CDdxMmapSA : public CDb3Mmap
+struct CDbxMmapSA : public CDb3Mmap
{
- CDdxMmapSA(const TCHAR* tszFileName);
+ CDbxMmapSA(const TCHAR* tszFileName);
int CheckPassword(WORD checkWord, TCHAR *szDBName);
int CheckDbHeaders(void);
@@ -70,4 +70,7 @@ protected:
public:
char encryptKey[255];
size_t encryptKeyLength;
+
+private:
+ void InitDialogs(void);
};