From 195d6cded05f7ef5bde695ee047b341a0265eab3 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Sun, 24 Mar 2013 00:03:37 +0100 Subject: Fixed timer functions on win32 * changed win32 implementation to QueryPerformaceTimer system function * refactored system utils code * proper tests for time utils and update event creation in application * should fix issue #134 --- test/unit/ui/stubs/app_stub.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/unit/ui/stubs') diff --git a/test/unit/ui/stubs/app_stub.cpp b/test/unit/ui/stubs/app_stub.cpp index 3df7d42..c8e7bc6 100644 --- a/test/unit/ui/stubs/app_stub.cpp +++ b/test/unit/ui/stubs/app_stub.cpp @@ -40,3 +40,8 @@ std::string CApplication::GetDataDirPath() { return ""; } + +Event CApplication::CreateUpdateEvent() +{ + return Event(EVENT_NULL); +} -- cgit v1.2.3-1-g7c22