mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-03 02:41:12 +02:00
system/flashtool.cpp: add timestamp
Origin commit data
------------------
Commit: 0420e95b11
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-10-20 (Mon, 20 Oct 2014)
This commit is contained in:
@@ -81,6 +81,7 @@ class CFlashVersionInfo
|
||||
char time[6];
|
||||
char releaseCycle[5];
|
||||
int version;
|
||||
time_t datetime;
|
||||
|
||||
public:
|
||||
char snapshot;
|
||||
@@ -92,6 +93,7 @@ class CFlashVersionInfo
|
||||
const char *getReleaseCycle(void) const;
|
||||
const char *getType(void) const;
|
||||
int getVersion(void) const;
|
||||
time_t getDateTime(void) const { return datetime; };
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user