mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 09:23:03 +01:00
Fixed Windows build. Alex, please check
This commit is contained in:
parent
83651d8ffd
commit
f23ed3f623
@ -107,6 +107,7 @@ public:
|
|||||||
// IServer implementation
|
// IServer implementation
|
||||||
int authenticate(Firebird::CheckStatusWrapper* status, Firebird::IServerBlock* sBlock,
|
int authenticate(Firebird::CheckStatusWrapper* status, Firebird::IServerBlock* sBlock,
|
||||||
Firebird::IWriter* writerInterface);
|
Firebird::IWriter* writerInterface);
|
||||||
|
void setDbCryptCallback(Firebird::CheckStatusWrapper* status, Firebird::ICryptKeyCallback* callback) {}; // do nothing
|
||||||
int release();
|
int release();
|
||||||
|
|
||||||
WinSspiServer(Firebird::IPluginConfig*);
|
WinSspiServer(Firebird::IPluginConfig*);
|
||||||
|
Loading…
Reference in New Issue
Block a user