diff -r 8bdeb2d50f7b -r 20aafbbfb68e webservices/wshostlettransportplugin/inc/senhostlettransportplugin.h --- a/webservices/wshostlettransportplugin/inc/senhostlettransportplugin.h Sun Mar 14 13:13:53 2010 +0000 +++ b/webservices/wshostlettransportplugin/inc/senhostlettransportplugin.h Sun Mar 28 16:38:33 2010 +0100 @@ -91,7 +91,7 @@ virtual TInt PropertiesL(HBufC8*& aProperties); virtual TInt CompleteTransaction(const TInt aTxnId, const TInt aStatus = KErrNone); virtual TInt CancelTransaction(const TInt aTxnId); - virtual TPtrC8 CSenHostletTransportPlugin::UriSchemeL(); + virtual TPtrC8 UriSchemeL(); virtual MSenProperties& PropertiesL(); @@ -169,7 +169,7 @@ MSenTransport& aParent, MSenTransportContext& aParentCtx); - CSenChunk* CSenActiveHostletRequest::FindChunkL(const TInt aTxnId, TInt& aIndex) ; + CSenChunk* FindChunkL(const TInt aTxnId, TInt& aIndex) ; CSenTransportProperties* NewPropertiesByTypeL( MSenProperties::TSenPropertiesClassType aType, const TDesC8& aPropertiesAsXml );