| 196 | HalfStaticArray<MetaString, 64> m_atoms; |
| 197 | |
| 198 | static void malformed() |
| 199 | { |
| 200 | raiseError("Replication block is malformed"); |
| 201 | } |
| 202 | }; |
| 203 | |
| 204 | class LocalThreadContext : Firebird::ContextPoolHolder |
nothing calls this directly
no test coverage detected