Revision a2c5a4cb src/secgroup/SecurityGroupPool.cc
src/secgroup/SecurityGroupPool.cc | ||
---|---|---|
21 | 21 |
|
22 | 22 |
/* -------------------------------------------------------------------------- */ |
23 | 23 |
|
24 |
SecurityGroupPool::SecurityGroupPool(SqlDB * db) |
|
25 |
:PoolSQL(db, SecurityGroup::table, true, true) |
|
24 |
SecurityGroupPool::SecurityGroupPool(SqlDB * db):PoolSQL(db,SecurityGroup::table) |
|
26 | 25 |
{ |
27 | 26 |
//lastOID is set in PoolSQL::init_cb |
28 | 27 |
if (get_lastOID() == -1) |
Also available in: Unified diff