| 6823 | #endif // USE_TLS |
| 6824 | |
| 6825 | void call::setSessionState(SessionState state) |
| 6826 | { |
| 6827 | _sessionStateOld = _sessionStateCurrent; |
| 6828 | _sessionStateCurrent = state; |
| 6829 | } |
| 6830 | |
| 6831 | SessionState call::getSessionStateCurrent() |
| 6832 | { |
nothing calls this directly
no outgoing calls
no test coverage detected