Skip to content
Snippets Groups Projects
Commit 45f3725b authored by Andreas Traczyk's avatar Andreas Traczyk Committed by gerrit2
Browse files

audiolayer: use std::chrono for time calculations


- Notification tones for calls incoming when there is a call already
  in progress were using time_t objects to calculate the passage of
  time. This patch implements time_point objects instead, thus
  removing a dependency on sys/time.h which is not available on
  all platforms.

Reviewed-by: default avatarGuillaume Roguez <guillaume.roguez@savoirfairelinux.com>
Change-Id: I3850706e2f6ddb3fd5d308148883031a9cd0cb6b
Tuleap: #790
parent 71882bc4
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment