8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 09:20:39 +01:00
This commit is contained in:
robocop 2008-05-22 09:31:32 +00:00
parent c052975484
commit cbbf80f91e
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

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