vpnengine/ikev2lib/inc/ikev2mobike.h
changeset 0 33413c0669b9
equal deleted inserted replaced
-1:000000000000 0:33413c0669b9
       
     1 /*
       
     2 * Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: IKEv2 Mobility and Multihoming Protocol.
       
    15 *
       
    16 */
       
    17 #ifndef _IKEV2MOBIKE_H_
       
    18 #define _IKEV2MOBIKE_H_
       
    19 
       
    20 class CIkev2Negotiation;
       
    21 class TNotifPayloadIkev2;
       
    22 
       
    23 class Ikev2MobIke
       
    24     {
       
    25 public:
       
    26     static TBool ProcessNotifysL(CIkev2Negotiation* aNegotiation, 
       
    27                                  const CArrayFixFlat<TNotifPayloadIkev2*>& aNotifys,
       
    28 								 TBool aRequest, TInt Exchange);
       
    29 	static TBool SendUpdateSaAddrNotifyL(CIkev2Negotiation* aNegotiation);	
       
    30     
       
    31     };
       
    32 
       
    33 #endif