Bunch of raw pointers replaced with smart pointers of references.
This commit is contained in:
parent
5a199c9138
commit
ea035f58c8
20 changed files with 67 additions and 79 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef PGDATABASECONTAINER_H
|
||||
#ifndef PGDATABASECONTAINER_H
|
||||
#define PGDATABASECONTAINER_H
|
||||
|
||||
#include <vector>
|
||||
|
|
@ -14,7 +14,8 @@ namespace Pgsql {
|
|||
|
||||
class PgDatabaseContainer: public PgContainer<PgDatabase> {
|
||||
public:
|
||||
explicit PgDatabaseContainer(PgDatabaseCatalogue *cat);
|
||||
//explicit PgDatabaseContainer(PgDatabaseCatalogue *cat);
|
||||
using PgContainer<PgDatabase>::PgContainer;
|
||||
|
||||
std::string getLoadQuery() const;
|
||||
void load(const Pgsql::Result &res);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue