mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-02-02 10:00:38 +01:00
This commit is contained in:
parent
9aaeab2d4b
commit
3bba515b60
@ -1009,7 +1009,7 @@ namespace
|
||||
}
|
||||
|
||||
|
||||
bool REPL_server(CheckStatusWrapper* status, const ReplicaList& replicas, bool wait)
|
||||
bool REPL_server(CheckStatusWrapper* status, const Replication::Config::ReplicaList& replicas, bool wait)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
@ -23,6 +23,6 @@
|
||||
#ifndef UTIL_REPL_SERVER_H
|
||||
#define UTIL_REPL_SERVER_H
|
||||
|
||||
bool REPL_server(Firebird::CheckStatusWrapper*, const ReplicaList&, bool);
|
||||
bool REPL_server(Firebird::CheckStatusWrapper*, const Replication::Config::ReplicaList&, bool);
|
||||
|
||||
#endif // UTIL_REPL_SERVER_H
|
||||
|
Loading…
Reference in New Issue
Block a user