mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 02:03:04 +01:00
Adjustments after fix and test of fbstuff repository.
This commit is contained in:
parent
0af3e04f85
commit
83e8f713fb
@ -155,8 +155,8 @@ namespace Firebird
|
||||
public:
|
||||
virtual void dispose()
|
||||
{
|
||||
// Disposes only the delegated status. Let the user destroy this instance.
|
||||
status->dispose();
|
||||
delete this;
|
||||
}
|
||||
|
||||
virtual void init()
|
||||
|
@ -63,7 +63,7 @@
|
||||
} \
|
||||
\
|
||||
template <typename StatusType> \
|
||||
name(::Firebird::IMaster* master, StatusType* status) \
|
||||
name(StatusType* status, ::Firebird::IMaster* master) \
|
||||
: desc(master, status, FB_BOOST_PP_SEQ_SIZE(fields), &setup<StatusType>) \
|
||||
{ \
|
||||
} \
|
||||
|
Loading…
Reference in New Issue
Block a user