mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-06-16 02:01:44 +03:00
14 lines
216 B
C++
14 lines
216 B
C++
//
|
|
// Copyright (C) 2018 Codership Oy <info@codership.com>
|
|
//
|
|
|
|
#include "trrep/provider.hpp"
|
|
|
|
#include "provider_impl.hpp"
|
|
|
|
trrep::provider* trrep::provider::make_provider(
|
|
const std::string&)
|
|
{
|
|
return 0;
|
|
}
|