| 306 | { |
| 307 | public: |
| 308 | HistoryManager(TextareaData *areaData) |
| 309 | { |
| 310 | firstShotU = lastShotU = NULL; |
| 311 | firstShotR = lastShotR = NULL; |
| 312 | data = areaData; |
| 313 | } |
| 314 | ~HistoryManager() |
| 315 | { |
| 316 | } |
nothing calls this directly
no outgoing calls
no test coverage detected