| 1358 | // ---------------------------------------------------------------------- |
| 1359 | |
| 1360 | template <class I> dw::core::Iterator * |
| 1361 | FltkSelectionResource<I>::iterator (dw::core::Content::Type mask, bool atEnd) |
| 1362 | { |
| 1363 | /** \bug Implementation. */ |
| 1364 | return new core::EmptyIterator (this->getEmbed (), mask, atEnd); |
| 1365 | } |
| 1366 | |
| 1367 | // ---------------------------------------------------------------------- |
| 1368 |