mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 00:41:09 +02:00
system/flashtool.cpp: add timestamp
Origin commit data
------------------
Branch: ni/coolstream
Commit: 0420e95b11
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-10-20 (Mon, 20 Oct 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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