wlan_bearer/wlanldd/wlan_common/umac_common/src/UmacDot11MacError.cpp
changeset 19 629e60dfa279
parent 0 c40eb8fe8501
equal deleted inserted replaced
17:41a8eba36f74 19:629e60dfa279
     1 /*
     1 /*
     2 * Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2002-2010 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 the License "Eclipse Public License v1.0"
     5 * under the terms of the License "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".
    14 * Description:   Implementation of the WlanDot11MacError class.
    14 * Description:   Implementation of the WlanDot11MacError class.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 22 %
    19 * %version: 23 %
    20 */
    20 */
    21 
    21 
    22 #include "config.h"
    22 #include "config.h"
    23 #include "UmacDot11MacError.h"
    23 #include "UmacDot11MacError.h"
    24 #include "UmacContextImpl.h"
    24 #include "UmacContextImpl.h"
    95     // mark oid completion 
    95     // mark oid completion 
    96     iFlags |= KCompleteOid;
    96     iFlags |= KCompleteOid;
    97     // execute transition
    97     // execute transition
    98     ChangeState( aCtxImpl, 
    98     ChangeState( aCtxImpl, 
    99         *this,                      // prev state
    99         *this,                      // prev state
   100         aCtxImpl.WlanWhaRelease()   // next state
   100         aCtxImpl.WhaRelease()       // next state
   101         );      
   101         );      
   102     }
   102     }
   103 
   103 
   104 // -----------------------------------------------------------------------------
   104 // -----------------------------------------------------------------------------
   105 // 
   105 //