*** empty log message ***

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5020 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Guillermo Rodriguez Garcia 1999-12-17 16:40:06 +00:00
parent df0c322667
commit b704229ee2

View File

@ -1,13 +1,17 @@
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
// Name: common/timercmn.cpp // Name: common/timercmn.cpp
// Purpose: Common timer implementation // Purpose: Common timer implementation
// Author: Julian Smart // Author: Julian Smart (original version)
// Modified by: Vadim Zeitlin on 12.11.99 to get rid of all ifdefs // Modified by: Vadim Zeitlin on 12.11.99 to get rid of all ifdefs
// Sylvain Bougnoux on ?? to add wxStopWatch class // Sylvain Bougnoux to add wxStopWatch class
// Guillermo Rodriguez <guille@iies.es>, 12/99 complete rewrite. //
// Completely rewritten from scratch on Dic/99 by
// Guillermo Rodriguez <guille@iies.es>
//
// Created: 04/01/98 // Created: 04/01/98
// RCS-ID: $Id$ // RCS-ID: $Id$
// Copyright: (c) Julian Smart and Markus Holzem // Copyright: (c) Julian Smart and Markus Holzem
// (c) 1999 Guillermo Rodriguez <guille@iies.es>
// Licence: wxWindows license // Licence: wxWindows license
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////