MCPcopy Create free account
hub / github.com/deskflow/deskflow / ScreenUnavailableException

Method ScreenUnavailableException

src/lib/deskflow/ScreenException.cpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22//
23
24ScreenUnavailableException::ScreenUnavailableException(double timeUntilRetry) : m_timeUntilRetry(timeUntilRetry)
25{
26 // do nothing
27}
28
29double ScreenUnavailableException::getRetryTime() const
30{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected