| 68 | } |
| 69 | |
| 70 | ObjectPtr Reader::read() |
| 71 | { |
| 72 | /// \todo Perhaps we should append the fileName() to any exceptions thrown by operate() before re-raising them? |
| 73 | /// Use of boost.exception might make this easier. |
| 74 | return operate(); |
| 75 | } |
| 76 | |
| 77 | const std::string &Reader::fileName() const |
| 78 | { |