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

Origin commit data
------------------
Branch: ni/coolstream
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

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2018-01-06 14:46:09 +01:00
parent dff25a1144
commit f42b1b9095
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; };
};