1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

refine the protocol io reader writer arch.

This commit is contained in:
winlin 2014-06-19 10:34:10 +08:00
parent b0e4dc8085
commit 46c1367fe8
2 changed files with 78 additions and 10 deletions

View file

@ -23,6 +23,22 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <srs_protocol_io.hpp>
ISrsBufferWriter::ISrsBufferWriter()
{
}
ISrsBufferWriter::~ISrsBufferWriter()
{
}
ISrsProtocolStatistic::ISrsProtocolStatistic()
{
}
ISrsProtocolStatistic::~ISrsProtocolStatistic()
{
}
ISrsProtocolReader::ISrsProtocolReader()
{
}