webservices/wsdescription/src/senxmlservicedescription.cpp
changeset 1 272b002df977
parent 0 62f9d29f7211
equal deleted inserted replaced
0:62f9d29f7211 1:272b002df977
   275             }
   275             }
   276         }
   276         }
   277 		
   277 		
   278     TBool match(ETrue);
   278     TBool match(ETrue);
   279     
   279     
   280 		TRAPD(retVal,
   280       TInt retVal(KErrNone);
       
   281 		TRAP(retVal,
   281 		    RFacetArray otherFacets;
   282 		    RFacetArray otherFacets;
   282 		    CleanupClosePushL(otherFacets);
   283 		    CleanupClosePushL(otherFacets);
   283 		    aOtherServiceDescription.FacetsL(otherFacets);
   284 		    aOtherServiceDescription.FacetsL(otherFacets);
   284 		
   285 		
   285 		    TPtrC8 facetName;
   286 		    TPtrC8 facetName;