Revision a2c5a4cb include/MarketPlaceAppPool.h
include/MarketPlaceAppPool.h | ||
---|---|---|
24 | 24 |
class MarketPlaceAppPool : public PoolSQL |
25 | 25 |
{ |
26 | 26 |
public: |
27 |
MarketPlaceAppPool( |
|
28 |
SqlDB * db, |
|
29 |
bool is_federation_slave) |
|
30 |
:PoolSQL(db,MarketPlaceApp::table,!is_federation_slave,true){}; |
|
27 |
MarketPlaceAppPool(SqlDB * db):PoolSQL(db, MarketPlaceApp::table){}; |
|
31 | 28 |
|
32 | 29 |
~MarketPlaceAppPool(){}; |
33 | 30 |
|
Also available in: Unified diff