vpnengine/ikev2lib/src/ikev2negotiation.cpp
branchRCL_3
changeset 41 e06095241a65
parent 40 473321461bba
equal deleted inserted replaced
40:473321461bba 41:e06095241a65
     1 /*
     1 /*
     2 * Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
  1530 
  1530 
  1531 
  1531 
  1532 void CIkev2Negotiation::IkeV2PkiInitCompleteL(TInt aStatus)
  1532 void CIkev2Negotiation::IkeV2PkiInitCompleteL(TInt aStatus)
  1533     {
  1533     {
  1534 
  1534 
  1535     DEBUG_LOG(_L("CIkev2Negotiation::IkeV2PkiInitCompleteL"));
  1535     DEBUG_LOG(_L("-> CIkev2Negotiation::IkeV2PkiInitCompleteL"));
  1536 	//
  1536 	//
  1537 	// The implementation for class MPkiServiceComplete virtual function
  1537 	// The implementation for class MPkiServiceComplete virtual function
  1538 	// This method is called when a PKI service operation is
  1538 	// This method is called when a PKI service operation is
  1539 	// completed.
  1539 	// completed.
  1540 	//
  1540 	//
  1576             IkeSaFailed(aStatus);
  1576             IkeSaFailed(aStatus);
  1577             }               		   
  1577             }               		   
  1578             break;
  1578             break;
  1579         }
  1579         }
  1580         
  1580         
       
  1581     DEBUG_LOG(_L("<- CIkev2Negotiation::IkeV2PkiInitCompleteL"));        
  1581     }
  1582     }
  1582     
  1583     
  1583 
  1584 
  1584 void CIkev2Negotiation::SendEapDataL(HBufC8* aEapData)
  1585 void CIkev2Negotiation::SendEapDataL(HBufC8* aEapData)
  1585 {
  1586 {