webservices/wsframework/src/senservicesession.cpp
changeset 1 272b002df977
parent 0 62f9d29f7211
child 20 32ab7ae9ec94
equal deleted inserted replaced
0:62f9d29f7211 1:272b002df977
   566             }
   566             }
   567         }
   567         }
   568 
   568 
   569 
   569 
   570     TBool match(ETrue);
   570     TBool match(ETrue);
   571 		TRAPD(retVal,
   571 		TInt retVal(KErrNone);
       
   572 		TRAP(retVal,
   572 		    RFacetArray otherFacets;
   573 		    RFacetArray otherFacets;
   573 		    CleanupClosePushL(otherFacets);
   574 		    CleanupClosePushL(otherFacets);
   574 		    aOtherServiceDescription.FacetsL(otherFacets);
   575 		    aOtherServiceDescription.FacetsL(otherFacets);
   575 		
   576 		
   576 		    TPtrC8 facetName;
   577 		    TPtrC8 facetName;