| 32 | }; |
| 33 | |
| 34 | BEAVPlayer::LibLSInterface::LibLSInterface() |
| 35 | { |
| 36 | m_curl = NULL; |
| 37 | m_readPos = 0; |
| 38 | m_buf = NULL; |
| 39 | m_pos = 0; |
| 40 | m_lastError = 0; |
| 41 | } |
| 42 | |
| 43 | BEAVPlayer::LibLSInterface::~LibLSInterface() |
| 44 | { |
nothing calls this directly
no outgoing calls
no test coverage detected