upnp/upnpstack/serviceframework/src/upnpsoapmessagefactory.cpp
changeset 9 e84a4b44b2e8
parent 0 f5a58ecadc66
child 30 594d15129e2c
equal deleted inserted replaced
0:f5a58ecadc66 9:e84a4b44b2e8
   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         {