upnp/upnpstack/serviceframework/src/upnpsoapmessagefactory.cpp
branchRCL_3
changeset 10 594d15129e2c
parent 9 5c72fd91570d
equal deleted inserted replaced
9:5c72fd91570d 10:594d15129e2c
   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     
   220     while ( hdr )
   221     while ( hdr )
   221     {
   222     {
   222      TBool flag = EFalse;
   223      TBool flag = EFalse;
   223         if(hdr->Name().Length() == UpnpSSDP::KHdrHost().Length())
   224         if(hdr->Name().Length() == UpnpSSDP::KHdrHost().Length())
   224         {
   225         {