equal
deleted
inserted
replaced
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; |