mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 14:03:07 +01:00
Correction.
This commit is contained in:
parent
20a8600bd0
commit
1a0b1cc358
@ -631,7 +631,7 @@ public:
|
||||
Firebird::PathName getPluginName();
|
||||
|
||||
// Auth::IClientBlock implementation
|
||||
int release();
|
||||
int FB_CARG release();
|
||||
const char* FB_CARG getLogin();
|
||||
const char* FB_CARG getPassword();
|
||||
const unsigned char* FB_CARG getData(unsigned int* length);
|
||||
@ -690,7 +690,7 @@ public:
|
||||
void reset();
|
||||
|
||||
// Auth::IServerBlock implementation
|
||||
int release();
|
||||
int FB_CARG release();
|
||||
const char* FB_CARG getLogin();
|
||||
const unsigned char* FB_CARG getData(unsigned int* length);
|
||||
void FB_CARG putData(unsigned int length, const void* data);
|
||||
|
Loading…
Reference in New Issue
Block a user