vpnengine/ikev1lib/inc/ikev1negotiation.h
branchRCL_3
changeset 41 e06095241a65
parent 40 473321461bba
child 46 29c8f9bc68e1
equal deleted inserted replaced
40:473321461bba 41:e06095241a65
   175      */    
   175      */    
   176     void IpsecSaSpiRetrieved(TUint32 aSpiRequestId, 
   176     void IpsecSaSpiRetrieved(TUint32 aSpiRequestId, 
   177                              TInt aStatus, 
   177                              TInt aStatus, 
   178                              TUint32 aSpi);	
   178                              TUint32 aSpi);	
   179     
   179     
   180     TInt   ProcessUserResponseL(CAuthDialogInfo *aUserInfo);
   180     TInt ProcessUserResponseL(CAuthDialogInfo *aUserInfo);
   181     TInt   DialogCompleteL(CIkev1Dialog* /*aDialog*/, TAny* aUserInfo, HBufC8* aUsername, HBufC8* aSecret, HBufC8* aDomain);
   181     TInt DialogCompleteL(TAny* aUserInfo, HBufC8* aUsername, HBufC8* aSecret);
   182 
   182 
   183 	
       
   184 private:
   183 private:
   185 
   184 
   186     CIkev1Negotiation( CIkev1PluginSession* aPluginSession,
   185     CIkev1Negotiation( CIkev1PluginSession* aPluginSession,
   187                        CPFKeySocketIf& aPFKeySocketIf,
   186                        CPFKeySocketIf& aPFKeySocketIf,
   188                        MIkeDebug& aDebug );
   187                        MIkeDebug& aDebug );