| 301 | } |
| 302 | |
| 303 | void MetadataBuilder::metadataError(const char* functionName) |
| 304 | { |
| 305 | // ASF: Current implementation should never set msgMetadata to NULL, but I'm leaving this |
| 306 | // function and check for now. |
| 307 | if (!msgMetadata) |
| 308 | { |
| 309 | (Arg::Gds(isc_random) << (string("IMetadataBuilder interface is already inactive: " |
| 310 | "IMetadataBuilder::") + functionName)).raise(); |
| 311 | } |
| 312 | } |
| 313 | |
| 314 | void MetadataBuilder::indexError(unsigned index, const char* functionName) |
| 315 | { |