wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/src/wlmsession.cpp
changeset 13 ab7247ff6ef9
parent 0 c40eb8fe8501
equal deleted inserted replaced
0:c40eb8fe8501 13:ab7247ff6ef9
     1 /*
     1 /*
     2 * Copyright (c) 2002-2008 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:  Session class is required by the client/server framework
    14 * Description:  Session class is required by the client/server framework
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 23 %
    19 * %version: 24 %
    20 */
    20 */
    21 
    21 
    22 // INCLUDE FILES
    22 // INCLUDE FILES
    23 #include "wlmsession.h"
    23 #include "wlmsession.h"
    24 #include "genscanlist.h"
    24 #include "genscanlist.h"
   271             iWlmServer.DirectedRoam( iId, aMessage );
   271             iWlmServer.DirectedRoam( iId, aMessage );
   272             break;
   272             break;
   273         // --------------------------------------------------------------------
   273         // --------------------------------------------------------------------
   274         case ECancelDirectedRoam:
   274         case ECancelDirectedRoam:
   275             iWlmServer.CancelDirectedRoam( iId, aMessage );
   275             iWlmServer.CancelDirectedRoam( iId, aMessage );
       
   276             break;
       
   277         // --------------------------------------------------------------------
       
   278         case EStartAggressiveBgScan:
       
   279             iWlmServer.StartAggressiveBgScan( iId, aMessage );
   276             break;        
   280             break;        
   277         // --------------------------------------------------------------------
   281         // --------------------------------------------------------------------
   278         default:
   282         default:
   279             aMessage.Complete( KErrNotSupported );
   283             aMessage.Complete( KErrNotSupported );
   280         }
   284         }