upnp/upnpstack/dlnawebserver/src/upnphttpbuffer.cpp
branchRCL_3
changeset 29 5c72fd91570d
parent 0 f5a58ecadc66
child 30 594d15129e2c
equal deleted inserted replaced
7:8116cc943311 29:5c72fd91570d
    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