8
0
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:
asfernandes 2015-01-16 15:12:25 +00:00
parent 0af3e04f85
commit 83e8f713fb
2 changed files with 2 additions and 2 deletions

View File

@ -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()

View File

@ -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>) \
{ \
} \