8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 09:20:39 +01:00
This commit is contained in:
alexpeshkoff 2016-02-01 16:13:29 +00:00
parent 8db2fdbd02
commit 081bbb72d8

View File

@ -36,7 +36,7 @@ static IMaster* master = fb_get_master_interface();
/*
* Trivial sample of IMessageMetadata implementation.
* Metadata is created for a fixed outptu format with single char field.
* Metadata is created for a fixed output format with single char field.
* Therefore index parameter in all functions is ignored.
* Because the only possible error is index out of bounds status parameter is ignored too.
* Atomic operation is not used in IReferenceCounted cause we do not plan MT support.