vpnengine/ikev2lib/inc/ikev2message.h
changeset 1 c9c2ad51f972
parent 0 33413c0669b9
equal deleted inserted replaced
0:33413c0669b9 1:c9c2ad51f972
   305 
   305 
   306     /**
   306     /**
   307      * A special method for adding a cookie notify in the
   307      * A special method for adding a cookie notify in the
   308      * beginning of an existing ike message. 
   308      * beginning of an existing ike message. 
   309      */
   309      */
   310     void PrependCookieNotifyPayloadL(const TDesC8& aCookieData);    
   310     void PrependCookieNotifyPayloadL(TUint8 aProtocolId,
       
   311                                      const TDesC8& aCookieData);    
   311     
   312     
   312     void AppendConfigurationPayloadL(TUint8 aCfgType, 
   313     void AppendConfigurationPayloadL(TUint8 aCfgType, 
   313                                     const TDesC8& aConfigurationData);
   314                                     const TDesC8& aConfigurationData);
   314     void AppendVendorIdPayloadL(const TDesC8& aVendorIdData);    
   315     void AppendVendorIdPayloadL(const TDesC8& aVendorIdData);    
   315     void AppendDeletePayloadL(TUint8 aProtocolId, const CDesC8Array& aSpiList);
   316     void AppendDeletePayloadL(TUint8 aProtocolId, const CDesC8Array& aSpiList);