8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 04:43:03 +01:00
This commit is contained in:
robocop 2009-08-26 14:50:54 +00:00
parent 86e73a5ee2
commit cb7fee92da
3 changed files with 6 additions and 6 deletions

View File

@ -247,7 +247,7 @@ ISC_STATUS status_exception::stuff_exception(ISC_STATUS* const status_vector, St
} }
else else
{ {
// We may loose initial exception, but if something really bad happens // We may lose initial exception, but if something really bad happens
// it's better to keep secondary error message - sooner of all it's more dangerous. // it's better to keep secondary error message - sooner of all it's more dangerous.
try try
{ {

View File

@ -215,6 +215,6 @@ ENTRYPOINT( jrd8_shutdown_all,
/* REM_shutdown_all */ no_entrypoint) /* REM_shutdown_all */ no_entrypoint)
// 55 // 55
ENTRYPOINT( jrd8_ping_attachment, ENTRYPOINT( jrd8_ping_attachment,
/* REM_ping_attahcment */ no_entrypoint) /* REM_ping_attachment */ no_entrypoint)
#undef ENTRYPOINT #undef ENTRYPOINT

View File

@ -308,7 +308,7 @@ namespace
class HandleArray class HandleArray
{ {
public: public:
HandleArray(MemoryPool& p) : arr(p) { } explicit HandleArray(MemoryPool& p) : arr(p) { }
HandleArray() : arr(*getDefaultMemoryPool()) { } HandleArray() : arr(*getDefaultMemoryPool()) { }
void destroy() void destroy()
@ -403,7 +403,7 @@ namespace
static void destroy(CAttachment*); static void destroy(CAttachment*);
bool destroying() bool destroying() const
{ {
return flagDestroying; return flagDestroying;
} }
@ -544,7 +544,7 @@ namespace
memset(&das, 0, sizeof das); memset(&das, 0, sizeof das);
} }
void checkPrepared() void checkPrepared() const
{ {
if (!(flags & HANDLE_STATEMENT_prepared)) if (!(flags & HANDLE_STATEMENT_prepared))
{ {
@ -4301,7 +4301,7 @@ ISC_STATUS API_ROUTINE GDS_REQUEST_INFO(ISC_STATUS* user_status,
extern "C" extern "C"
#endif #endif
SLONG API_ROUTINE isc_reset_fpe(USHORT fpe_status) SLONG API_ROUTINE isc_reset_fpe(USHORT /*fpe_status*/)
{ {
/************************************** /**************************************
* *