| 107 | } |
| 108 | |
| 109 | bool ImageCacheWrap::getattribute_char(const std::string &name, char **val) |
| 110 | { |
| 111 | return m_cache->getattribute(name, val); |
| 112 | } |
| 113 | |
| 114 | bool ImageCacheWrap::getattribute_string(const std::string &name, std::string &val) |
| 115 | { |
nothing calls this directly
no test coverage detected