securitysettings/cpwlansecurityuiplugins/inc/cpwpacmnui_global.h
branchRCL_3
changeset 46 c74b3d9f6b9e
parent 45 bad0cc58d154
child 55 9c2aa05919d9
equal deleted inserted replaced
45:bad0cc58d154 46:c74b3d9f6b9e
     1 /*
       
     2  * Copyright (c) 2010 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:
       
    15  *  Export Declaration for CpWpaCmnUi DLL - common Ui
       
    16  *  for WPA/WPA2, WPA2 only and 802.1x  Security modes
       
    17  *    
       
    18  */
       
    19 
       
    20 /*
       
    21  * %version: tr1cfwln#7 %
       
    22  */
       
    23 
       
    24 #ifndef CPWPACMNUI_GLOBAL_H_
       
    25 #define CPWPACMNUI_GLOBAL_H_
       
    26 
       
    27 
       
    28 #include <QtCore/QtGlobal>
       
    29  
       
    30  //If WPAUI_LIBRARY macro is defined in the project file,
       
    31  //The dll is exported, 
       
    32  //otherwise, 
       
    33  //the dll will be imported(used)
       
    34  #if defined(WPAUI_LIBRARY)
       
    35  #define WPAUI_EXPORT Q_DECL_EXPORT
       
    36  #else
       
    37  #if defined(WPAUI_NO_LIBRARY)
       
    38  #define WPAUI_EXPORT
       
    39  #else
       
    40  #define WPAUI_EXPORT Q_DECL_IMPORT
       
    41  #endif
       
    42  #endif
       
    43 
       
    44 
       
    45 #endif //CPWPACMNUI_GLOBAL_H_