upnp/upnpstack/serviceframework/src/upnpsoapmessagefactory.cpp
branchRCL_3
changeset 9 5c72fd91570d
parent 0 f5a58ecadc66
child 10 594d15129e2c
equal deleted inserted replaced
5:8116cc943311 9:5c72fd91570d
   215     CleanupStack::PushL(self);
   215     CleanupStack::PushL(self);
   216     CUpnpHttpHeaderList* hdrList=self->HeaderList();
   216     CUpnpHttpHeaderList* hdrList=self->HeaderList();
   217     
   217     
   218     CUpnpHttpHeader* hdr = hdrList->First();
   218     CUpnpHttpHeader* hdr = hdrList->First();
   219     
   219     
   220     
       
   221     while ( hdr )
   220     while ( hdr )
   222     {
   221     {
   223      TBool flag = EFalse;
   222      TBool flag = EFalse;
   224         if(hdr->Name().Length() == UpnpSSDP::KHdrHost().Length())
   223         if(hdr->Name().Length() == UpnpSSDP::KHdrHost().Length())
   225         {
   224         {