1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-07-28 20:02:00 +03:00

Enabled Wnon-virtual-dtor

This commit is contained in:
Teemu Ollakka
2018-07-09 23:03:44 +03:00
parent 8c4a786f79
commit e916453e6d
3 changed files with 3 additions and 2 deletions

View File

@ -24,7 +24,7 @@ namespace wsrep
{
public:
client_service() { }
virtual ~client_service() { }
/**
* Return true if two pahase commit is required for transaction
* to commit.

View File

@ -30,6 +30,7 @@ namespace wsrep
{
public:
virtual ~server_service() { }
virtual wsrep::storage_service* storage_service(
wsrep::client_service&) = 0;