connectionutilities/ConnectionDialogs/DisconnectDlg/src/DisconnectDlgDialog.cpp
branchRCL_3
changeset 58 83ca720e2b9a
parent 57 05bc53fe583b
equal deleted inserted replaced
57:05bc53fe583b 58:83ca720e2b9a
     1 /*
     1 /*
     2 * Copyright (c) 2004-2010 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2004 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".
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description: 
    14 * Description: 
    15 * Defines the pop-up selection list with the active connections.
    15 *     Defines the pop-up selection list with the active connections.
       
    16 *
    16 */
    17 */
    17 
    18 
    18 
    19 
    19 // INCLUDE FILES
    20 // INCLUDE FILES
    20 #include "DisconnectDlgDialog.h"
    21 #include "DisconnectDlgDialog.h"
    23 #include "ConnectionCArray.h"
    24 #include "ConnectionCArray.h"
    24 #include "ConnectionModel.h"
    25 #include "ConnectionModel.h"
    25 #include "ConnectionDialogsLogger.h"
    26 #include "ConnectionDialogsLogger.h"
    26 #include "ExpiryTimer.h"
    27 #include "ExpiryTimer.h"
    27 
    28 
    28 #include <disconnectdlg.rsg>
    29 #include <DisconnectDlg.rsg>
    29 #include <AknIconArray.h>
    30 #include <AknIconArray.h>
    30 #include <StringLoader.h>
    31 #include <StringLoader.h>
    31 #include <uikon/eiksrvui.h>
    32 #include <uikon/eiksrvui.h>
    32 
    33 
    33 
    34