8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 10:00:38 +01:00
This commit is contained in:
robocop 2008-05-21 12:41:58 +00:00
parent 16ce406890
commit ff1d4c61cf
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ service).
fb_shutdown() accepts 2 parameters - timeout in milliseconds and reason of shutdown. Engine uses
negative reason codes (they are listed in ibase.h, see constants starting with fb_shutrsn), if
you need to call fb_shutdown() from your program, you must use positive value for reason. This
value is passed to callback_function, passed as an argument to fb_shutdown_callback(), and can you
value is passed to callback_function, passed as an argument to fb_shutdown_callback(), and you can
take appropriate actions when writing callback function.
Zero return value of fb_shutdown() means shutdown is successfull, non-zero means some errors took

View File

@ -495,7 +495,7 @@ public:
req_curr_cte_alias = req_cte_aliases.end();
}
bool isPsql()
bool isPsql() const
{
return psql;
}