| 2435 | |
| 2436 | |
| 2437 | Buffers::~Buffers() |
| 2438 | { |
| 2439 | STL::for_each(handShakeList_.begin(), handShakeList_.end(), |
| 2440 | del_ptr_zero()) ; |
| 2441 | STL::for_each(dataList_.begin(), dataList_.end(), |
| 2442 | del_ptr_zero()) ; |
| 2443 | ysDelete(rawInput_); |
| 2444 | ysDelete(output_); |
| 2445 | } |
| 2446 | |
| 2447 | |
| 2448 | void Buffers::SetOutput(output_buffer* ob) |
nothing calls this directly
no test coverage detected