8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 06:03:02 +01:00

Fixed Windows build. Alex, please check

This commit is contained in:
hvlad 2017-01-31 22:48:55 +02:00 committed by Dmitry Yemanov
parent 83651d8ffd
commit f23ed3f623

View File

@ -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*);