| 1372 | } |
| 1373 | |
| 1374 | SAMSingleSession::~SAMSingleSession () |
| 1375 | { |
| 1376 | i2p::client::context.DeleteLocalDestination (localDestination); |
| 1377 | } |
| 1378 | |
| 1379 | void SAMSingleSession::StopLocalDestination () |
| 1380 | { |
nothing calls this directly
no test coverage detected