class static */
| 372 | // ---------- |
| 373 | |
| 374 | /* class static */ bool |
| 375 | XMPIterator::Initialize() |
| 376 | { |
| 377 | sDummySchema = new XMP_Node ( 0, "dummy:schema/", kXMP_SchemaNode); |
| 378 | return true; |
| 379 | |
| 380 | } // Initialize |
| 381 | |
| 382 | // ------------------------------------------------------------------------------------------------- |
| 383 | // Terminate |
nothing calls this directly
no outgoing calls
no test coverage detected