Revision a2c5a4cb include/DocumentPool.h
include/DocumentPool.h | ||
---|---|---|
27 | 27 |
{ |
28 | 28 |
public: |
29 | 29 |
|
30 |
DocumentPool(SqlDB * db) : PoolSQL(db, Document::table, true, false){};
|
|
30 |
DocumentPool(SqlDB * db) : PoolSQL(db, Document::table){}; |
|
31 | 31 |
|
32 | 32 |
~DocumentPool(){}; |
33 | 33 |
|
Also available in: Unified diff