qthighway/xqservice/src/xqaiwdeclplat.h
changeset 8 71781823f776
parent 4 90517678cc4f
child 14 6fbed849b4f4
equal deleted inserted replaced
5:453da2cfceef 8:71781823f776
    42  FM Radio monitoring interface and related operations
    42  FM Radio monitoring interface and related operations
    43 */
    43 */
    44 #define XQI_RADIO_MONITOR QLatin1String("com.nokia.symbian.IRadioMonitor")
    44 #define XQI_RADIO_MONITOR QLatin1String("com.nokia.symbian.IRadioMonitor")
    45 #define XQOP_RADIO_MONITOR QLatin1String("requestNotifications(void)")
    45 #define XQOP_RADIO_MONITOR QLatin1String("requestNotifications(void)")
    46 
    46 
       
    47 /*!
       
    48  WLAN sniffer interface and operations for
       
    49  the WLAN Sniffer list view. 
       
    50 */
       
    51 #define XQI_WLAN_SNIFFER  QLatin1String("com.nokia.symbian.IWlanSniffer")
       
    52 #define XQOP_WLAN_SNIFFER  QLatin1String("listView(void)")
       
    53 
       
    54 
       
    55 /*!
       
    56  Incomplete list of interfaces.
       
    57  To be completed with operation signatures and related declarations.
       
    58 */
       
    59 #define XQI_EMAIL_INBOX_VIEW  QLatin1String("com.nokia.symbian.IEmailInboxView")
       
    60 #define XQOP_EMAIL_INBOX_VIEW  QLatin1String("displayInboxByMailboxId(QVariant)")
       
    61 
       
    62 #define XQI_EMAIL_MESSAGE_VIEW   QLatin1String("com.nokia.symbian.IEmailMessageView")
       
    63 #define XQOP_EMAIL_MESSAGE_VIEW   QLatin1String("viewMessage(QVariant,QVariant,QVariant)")
       
    64 
       
    65 #define XQI_EMAIL_MESSAGE_SEND   QLatin1String("com.nokia.symbian.IEmailMessageSend")
       
    66 #define XQOP_EMAIL_MESSAGE_SEND   QLatin1String("send(QMap)")
       
    67 
       
    68 #define XQI_EMAIL_REGISTER_ACCOUNT   QLatin1String("com.nokia.symbian.IEmailRegisterAccount")
       
    69 #define XQOP_EMAIL_REGISTER_ACCOUNT   QLatin1String("registerNewMailbox(quint64,QString,QString)")
       
    70 #define XQOP_EMAIL_UPDATE_MAILBOX   QLatin1String("updateMailboxName(quint64,QString)")
       
    71 #define XQOP_EMAIL_UNREGISTER_MAILBOX   QLatin1String("unregisterMailbox(quint64)")
       
    72 
       
    73 #define XQI_EMAIL_MAILBOX_CONFIGURE   QLatin1String("com.nokia.symbian.IEmailMailboxConfigure")
       
    74 #define XQOP_EMAIL_MAILBOX_CONFIGURE   QLatin1String("launchWizard(QVariant)")
       
    75 
       
    76 #define XQI_CALL_DIAL   QLatin1String("com.nokia.symbian.ICallDial")
       
    77 #define XQI_DTMF_PLAY   QLatin1String("com.nokia.symbian.IDtmfPlay ")
       
    78 
    47 // Platform service related constants
    79 // Platform service related constants
    48 
    80 
    49 #endif
    81 #endif