| 100 | virtual void clear(Reference<DocTransaction> tr, DataKey key) { return next->clear(tr, key); } |
| 101 | |
| 102 | virtual std::string toString() { return "unimplemented"; } |
| 103 | |
| 104 | protected: |
| 105 | Reference<ITDoc> next; |
no outgoing calls
no test coverage detected