qthighway/xqservice/src/xqaiwdeclplat.h
changeset 24 9d760f716ca8
parent 19 46686fb6258c
child 26 3d09643def13
equal deleted inserted replaced
19:46686fb6258c 24:9d760f716ca8
    47 /*!
    47 /*!
    48  WLAN sniffer interface and operations for
    48  WLAN sniffer interface and operations for
    49  the WLAN Sniffer list view. 
    49  the WLAN Sniffer list view. 
    50 */
    50 */
    51 #define XQI_WLAN_SNIFFER  QLatin1String("com.nokia.symbian.IWlanSniffer")
    51 #define XQI_WLAN_SNIFFER  QLatin1String("com.nokia.symbian.IWlanSniffer")
    52 #define XQOP_WLAN_SNIFFER  QLatin1String("listView(void)")
    52 #define XQOP_WLAN_SNIFFER  QLatin1String("listView()")
    53 
    53 
    54 /*!
    54 /*!
    55  WLAN Login interface and operations for
    55  WLAN Login interface and operations for
    56  the WLAN Login start and stop. 
    56  the WLAN Login start and stop. 
    57 */
    57 */
    58 #define XQI_WLAN_LOGIN  QLatin1String("com.nokia.symbian.IWlanLogin")
    58 #define XQI_WLAN_LOGIN  QLatin1String("com.nokia.symbian.IWlanLogin")
    59 #define XQOP1_WLAN_LOGIN QLatin1String("start(int,int,QUrl)")
    59 #define XQOP1_WLAN_LOGIN QLatin1String("start(int,int,QUrl)")
    60 #define XQOP2_WLAN_LOGIN QLatin1String("stop(void)")
    60 #define XQOP2_WLAN_LOGIN QLatin1String("stop()")
    61 
    61 
    62 /*!
    62 /*!
    63  Incomplete list of interfaces.
    63  Incomplete list of interfaces.
    64  To be completed with operation signatures and related declarations.
    64  To be completed with operation signatures and related declarations.
    65 */
    65 */