1
0
Fork 0
forked from blue/lmdbal

Some refactor

This commit is contained in:
Blue 2025-01-05 18:39:36 +02:00
parent bfb1d007ad
commit 3ae1fd15c0
Signed by untrusted user: blue
GPG key ID: 9B203B252A63EE38
5 changed files with 50 additions and 40 deletions

View file

@ -61,6 +61,10 @@ protected:
void dropped();
void reset();
private:
void attachToTransaction();
void disconnectFromTransaction();
protected:
uint32_t id;
State state;