flashtool: add posibilty to get localized and non-localized type

Origin commit data
------------------
Commit: 40b84d1077
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-06 (Sat, 06 Jan 2018)

Origin message was:
------------------
- flashtool: add posibilty to get localized and non-localized type
This commit is contained in:
vanhofen
2018-01-06 14:46:09 +01:00
parent c8bade6927
commit 3b6d968f4b
7 changed files with 18 additions and 18 deletions

View File

@@ -92,7 +92,7 @@ class CFlashVersionInfo
const char *getDate(void) const;
const char *getTime(void) const;
const char *getReleaseCycle(void) const;
const char *getType(void) const;
const char *getType(bool localized = false) const;
int getVersion(void) const;
time_t getDateTime(void) const { return datetime; };
};