4 #ifndef DJINNI_GENERATED_DATABASECONNECTIONPOOL_HPP 5 #define DJINNI_GENERATED_DATABASECONNECTIONPOOL_HPP 10 #include <libcore_export.h> 12 #define LIBCORE_EXPORT 16 namespace ledger {
namespace core {
namespace api {
18 class DatabaseConnection;
30 virtual std::shared_ptr<DatabaseConnection>
getConnection() = 0;
34 #endif //DJINNI_GENERATED_DATABASECONNECTIONPOOL_HPP virtual std::shared_ptr< DatabaseConnection > getConnection()=0
Definition: Account.cpp:8
Definition: DatabaseConnectionPool.hpp:21