mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-02-02 09:20:39 +01:00
Misc.
This commit is contained in:
parent
c052975484
commit
cbbf80f91e
@ -49,7 +49,7 @@ called and argument passed by user to fb_shutdown_callback(). There are 2 specia
|
||||
shutdown reasons:
|
||||
fb_shutrsn_exit_called - Firebird is closing due to exit() or unloaded client/embedded library
|
||||
fb_shutrsn_signal - signal SIGINT or SIGTERM was caught (posix only)
|
||||
Second parameter (actual value of mask) helps to distinguish was callback invoked before or after
|
||||
Second parameter (actual value of mask) helps to distinguish if callback was invoked before or after
|
||||
engine shutdown.
|
||||
First and second parameters help you decide what action to be taken in your callback. Third can
|
||||
be used for any purporse you like and may be NULL.
|
||||
|
@ -36,7 +36,7 @@ class thread_db;
|
||||
class UserManagement
|
||||
{
|
||||
public:
|
||||
UserManagement(thread_db* tdbb);
|
||||
explicit UserManagement(thread_db* tdbb);
|
||||
~UserManagement();
|
||||
private:
|
||||
FB_API_HANDLE database, transaction;
|
||||
|
Loading…
Reference in New Issue
Block a user