8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 20:43:04 +01:00
This commit is contained in:
robocop 2010-05-11 08:25:18 +00:00
parent f12c394b6e
commit 8258918b1e
2 changed files with 3 additions and 3 deletions

View File

@ -4003,8 +4003,8 @@ void JRD_print_procedure_info(thread_db* tdbb, const char* mesg)
#endif // DEBUG_PROCS #endif // DEBUG_PROCS
bool JRD_reschedule(thread_db* tdbb, SLONG quantum, bool punt) bool JRD_reschedule(thread_db* tdbb, SLONG quantum, bool punt)
{ {
/************************************** /**************************************
* *
* J R D _ r e s c h e d u l e * J R D _ r e s c h e d u l e

View File

@ -112,7 +112,7 @@ private:
static int onShutdown(const int, const int, void*); static int onShutdown(const int, const int, void*);
public: public:
SecurityDatabase(Firebird::MemoryPool&) explicit SecurityDatabase(Firebird::MemoryPool&)
: lookup_db(0), lookup_req(0), counter(0), server_shutdown(false) : lookup_db(0), lookup_req(0), counter(0), server_shutdown(false)
{} {}