Build fix for Windows

This commit is contained in:
Gunnar Beutner 2014-12-09 15:07:49 +01:00
parent 98375df4d7
commit 4a81dbb6fc
2 changed files with 3 additions and 1 deletions

View File

@ -69,5 +69,7 @@ Value ApiClient::HeartbeatAPIHandler(const MessageOrigin& origin, const Dictiona
if (!vtimeout.IsEmpty()) if (!vtimeout.IsEmpty())
origin.FromClient->m_NextHeartbeat = Utility::GetTime() + vtimeout; origin.FromClient->m_NextHeartbeat = Utility::GetTime() + vtimeout;
return Empty;
} }

View File

@ -35,7 +35,7 @@ enum ClientRole
ClientOutbound ClientOutbound
}; };
class MessageOrigin; struct MessageOrigin;
/** /**
* An API client connection. * An API client connection.