mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-02-02 09:20:39 +01:00
Misc.
This commit is contained in:
parent
c677ac8b5b
commit
0ecf1d71d5
@ -81,7 +81,7 @@ public:
|
||||
sub(par.sub), line(par.line)
|
||||
{ }
|
||||
Parameter()
|
||||
: AutoStorage(), name(getPool()), value(getPool()), sub(0), line(0)
|
||||
: AutoStorage(), name(getPool()), value(getPool()), line(0)
|
||||
{ }
|
||||
|
||||
SINT64 asInteger() const;
|
||||
|
@ -90,10 +90,10 @@ namespace Jrd
|
||||
public:
|
||||
typedef Firebird::Array<InternalModule*> LoadedModules;
|
||||
|
||||
Module() : interMod(0) { }
|
||||
Module()
|
||||
{ }
|
||||
|
||||
explicit Module(MemoryPool&)
|
||||
: interMod(NULL)
|
||||
{ }
|
||||
|
||||
Module(MemoryPool&, const Module& m)
|
||||
|
Loading…
Reference in New Issue
Block a user