New upstream version 8.1.0
This commit is contained in:
18
fsck/source/database/ModificationEvent.h
Normal file
18
fsck/source/database/ModificationEvent.h
Normal file
@@ -0,0 +1,18 @@
|
||||
#ifndef MODFICATIONEVENT_H_
|
||||
#define MODFICATIONEVENT_H_
|
||||
|
||||
#include <database/EntryID.h>
|
||||
|
||||
namespace db {
|
||||
|
||||
struct ModificationEvent
|
||||
{
|
||||
EntryID id;
|
||||
|
||||
typedef EntryID KeyType;
|
||||
EntryID pkey() const { return id; }
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user