| 389 | } |
| 390 | |
| 391 | ustring ImageFileImpl::fileName() const |
| 392 | { |
| 393 | // don't checkImageFileOpen, since need to get fileName to report not open |
| 394 | return fileName_; |
| 395 | } |
| 396 | |
| 397 | void ImageFileImpl::extensionsAdd( const ustring &prefix, const ustring &uri ) |
| 398 | { |