Let's make (git) history!
Bu işleme şunda yer alıyor:
18
revision.h
Normal dosya
18
revision.h
Normal dosya
@@ -0,0 +1,18 @@
|
||||
#ifndef REVISION_H
|
||||
#define REVISION_H
|
||||
#include <string>
|
||||
#include <ctime>
|
||||
class Revision
|
||||
{
|
||||
public:
|
||||
unsigned int revision;
|
||||
time_t timestamp;
|
||||
std::string comment;
|
||||
std::string page;
|
||||
std::string author;
|
||||
std::string content;
|
||||
|
||||
Revision();
|
||||
};
|
||||
|
||||
#endif // REVISION_H
|
Yeni konuda referans
Bir kullanıcı engelle