upnp/upnpstack/dlnawebserver/src/upnphttpbuffer.cpp
changeset 26 b6b8e90f9863
parent 0 f5a58ecadc66
child 30 594d15129e2c
equal deleted inserted replaced
24:e9457ebcc4df 26:b6b8e90f9863
    85 // Two-phased constructor
    85 // Two-phased constructor
    86 // -----------------------------------------------------------------------------
    86 // -----------------------------------------------------------------------------
    87 //
    87 //
    88 void CUpnpHttpBuffer::ConstructL()
    88 void CUpnpHttpBuffer::ConstructL()
    89 	{
    89 	{
    90 	iBuffer.Create( 0 );
    90 	iBuffer.CreateL( 0 );
    91 	iChunkParser = CUpnpHttpChunkParser::NewL();
    91 	iChunkParser = CUpnpHttpChunkParser::NewL();
    92 	}
    92 	}
    93 
    93 
    94 // -----------------------------------------------------------------------------
    94 // -----------------------------------------------------------------------------
    95 // CUpnpHttpBuffer::AppendHeadersL
    95 // CUpnpHttpBuffer::AppendHeadersL