--- a/webservices/wshttpchanneltransportplugin/inc/senhttpchannel.h Tue Jan 26 13:03:48 2010 +0200
+++ b/webservices/wshttpchanneltransportplugin/inc/senhttpchannel.h Sun May 30 23:54:06 2010 +0530
@@ -158,7 +158,9 @@
virtual void EnableTimeOutL(TInt aTxnId, TInt aTimeOutSec) = 0;
virtual void DisableTimeOutL(TInt aTxnId) = 0;
virtual TInt32 UsedIap() = 0;
-
+ virtual void ResetIapId() = 0;
+ virtual void ResetUsedIapId() = 0;
+ virtual void SetExplicitIapDefined(TBool aExplicitIapDefined) = 0;
};
#endif // SEN_HTTP_CHANNEL_H