2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Use crl::time/now instead of TimeMs/getms.

This commit is contained in:
John Preston
2019-02-19 10:57:53 +04:00
parent d208236994
commit fe618bd652
310 changed files with 1133 additions and 1141 deletions

View File

@@ -345,7 +345,7 @@ public:
// Nulls msgId and seqNo in request, if newRequest = true.
void sendPrepared(
const SecureRequest &request,
TimeMs msCanWait = 0,
crl::time msCanWait = 0,
bool newRequest = true);
~Session();
@@ -391,8 +391,8 @@ private:
ShiftedDcId dcWithShift = 0;
std::shared_ptr<Dcenter> dc;
TimeMs msSendCall = 0;
TimeMs msWait = 0;
crl::time msSendCall = 0;
crl::time msWait = 0;
bool _ping = false;