| 81 | } |
| 82 | |
| 83 | void readText(std::istream &is, size_t dataSize = 0) { |
| 84 | initialize(); |
| 85 | appendText(is, dataSize); |
| 86 | } |
| 87 | |
| 88 | virtual PersistentObject *allocateNormalizedPersistentObject(const std::vector<double> &obj) { |
| 89 | std::cerr << "ObjectRepository::allocateNormalizedPersistentObject(double): Fatal error! Something wrong!" |
nothing calls this directly
no test coverage detected