From 8dd94e9d5b16d9201e2a493114d7b5b4bb5037ec Mon Sep 17 00:00:00 2001 From: robocop Date: Mon, 8 Nov 2004 02:57:23 +0000 Subject: [PATCH] Misc and mark suspicious place(s). --- src/alice/exe.cpp | 6 +++--- src/common/classes/stack.h | 4 ++-- src/common/classes/tree.h | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/alice/exe.cpp b/src/alice/exe.cpp index 0163e59862..5c8ecd1100 100644 --- a/src/alice/exe.cpp +++ b/src/alice/exe.cpp @@ -24,7 +24,7 @@ // //____________________________________________________________ // -// $Id: exe.cpp,v 1.39 2004-10-04 08:14:34 robocop Exp $ +// $Id: exe.cpp,v 1.40 2004-11-08 02:57:15 robocop Exp $ // // 2001.07.06 Sean Leyne - Code Cleanup, removed "#ifdef READONLY_DATABASE" // conditionals, as the engine now fully supports @@ -98,7 +98,7 @@ int EXE_action(const TEXT* database, const ULONG switches) // generate the database parameter block for the attach, // based on the various switches - const USHORT dpb_length = build_dpb(dpb, switches); + const USHORT dpb_length = build_dpb(dpb, switches); // B.O. FB_API_HANDLE handle = 0; isc_attach_database(tdgbl->status, 0, database, &handle, dpb_length, @@ -165,7 +165,7 @@ int EXE_two_phase(const TEXT* database, const ULONG switches) // generate the database parameter block for the attach, // based on the various switches - const USHORT dpb_length = build_dpb(dpb, switches); + const USHORT dpb_length = build_dpb(dpb, switches); // B.O. FB_API_HANDLE handle = 0; isc_attach_database(tdgbl->status, 0, database, &handle, diff --git a/src/common/classes/stack.h b/src/common/classes/stack.h index c144ef57b6..d24a1948e7 100644 --- a/src/common/classes/stack.h +++ b/src/common/classes/stack.h @@ -108,7 +108,7 @@ namespace Firebird { return (value <= 0); } - }; + }; // class Entry Entry* stk; @@ -532,7 +532,7 @@ namespace Firebird { { return AutoStorage::getPool(); } - }; + }; // class Stack } // namespace Firebird diff --git a/src/common/classes/tree.h b/src/common/classes/tree.h index de01eeb990..56a3ee2209 100644 --- a/src/common/classes/tree.h +++ b/src/common/classes/tree.h @@ -24,7 +24,7 @@ * Contributor(s): ______________________________________. * * - * $Id: tree.h,v 1.43 2004-11-06 07:20:44 robocop Exp $ + * $Id: tree.h,v 1.44 2004-11-08 02:57:23 robocop Exp $ * */ @@ -476,7 +476,7 @@ public: BePlusTree* tree; ItemList *curr; size_t curPos; - }; + }; // class Accessor private: Allocator *pool;