logsui/logsengine/inc/logscall.h
changeset 21 2f0af9ba7665
parent 15 76d2cf7a585e
equal deleted inserted replaced
18:acd4e87b24b4 21:2f0af9ba7665
    62     LOGSENGINE_EXPORT void call(LogsCall::CallType callType);
    62     LOGSENGINE_EXPORT void call(LogsCall::CallType callType);
    63     LOGSENGINE_EXPORT void initiateCallback();
    63     LOGSENGINE_EXPORT void initiateCallback();
    64     
    64     
    65 private: 
    65 private: 
    66     
    66     
    67     static void createcall(QString service, QString type, QString num, bool sync);
    67     static void createcall(QString interface, QString operation, QString num, bool sync);
    68     static void createCallWithService(QString service, QString type, QString num, 
    68     static void createCallWithService(QString interface, QString operation, QString num, 
    69             bool sync, unsigned int serviceId );
    69             bool sync, unsigned int serviceId );
    70         
    70         
    71 private: //data 
    71 private: //data 
    72     
    72     
    73     QList<LogsCall::CallType> mCalls;
    73     QList<LogsCall::CallType> mCalls;