diff options
author | Abdul <abdul@miranda-ng.org> | 2012-10-28 13:43:24 +0000 |
---|---|---|
committer | Abdul <abdul@miranda-ng.org> | 2012-10-28 13:43:24 +0000 |
commit | 0cabe46ea8b9b27ed28db69e3d03b0df19c0ad8e (patch) | |
tree | 4f24affb8237ddee1ddcb2086f87cbc18aa71af3 /plugins/BasicHistory/src/ExportManager.h | |
parent | 010e4df16c3fc963155cd1e398748d2b15974e3e (diff) |
BasicHistory updated to 1.0.1.9
git-svn-id: http://svn.miranda-ng.org/main/trunk@2099 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/BasicHistory/src/ExportManager.h')
-rw-r--r-- | plugins/BasicHistory/src/ExportManager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/BasicHistory/src/ExportManager.h b/plugins/BasicHistory/src/ExportManager.h index d99ff077a6..17ed0bb8ef 100644 --- a/plugins/BasicHistory/src/ExportManager.h +++ b/plugins/BasicHistory/src/ExportManager.h @@ -53,7 +53,7 @@ public: void SetDeleteWithoutExportEvents(int _deltaTime, DWORD _now);
void DeleteExportedEvents();
int Import(IImport::ImportType type, const std::vector<HANDLE>& contacts);
- bool Import(IImport::ImportType type, std::vector<IImport::ExternalMessage>& eventList, std::wstring* err = NULL);
+ bool Import(IImport::ImportType type, std::vector<IImport::ExternalMessage>& eventList, std::wstring* err = NULL, bool* differentContact = NULL, std::vector<HANDLE>* contacts = NULL);
static const TCHAR* GetExt(IImport::ImportType type);
};
|