No changes, just move time functions from wx/stopwatch.h to wx/time.h.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 27 Nov 2011 19:50:27 +0000 (19:50 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 27 Nov 2011 19:50:27 +0000 (19:50 +0000)
commit173a5ddc77ceb29b7a0dba6d9feeea95ebbbd72b
treef9c44a1acd67729e12177f3350b34e47bb2868c4
parenta43503cb8dffad7a359a353010523341c76fbba0
No changes, just move time functions from wx/stopwatch.h to wx/time.h.

Preserve compatibility by including wx/time.h from wx/stopwatch.h but put all
the time-related functions in a more logical place.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69838 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/stopwatch.h
include/wx/time.h
interface/wx/stopwatch.h
interface/wx/time.h
src/common/stopwatch.cpp
src/common/time.cpp [copied from src/common/stopwatch.cpp with 59% similarity]