*** empty log message ***

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5024 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Guillermo Rodriguez Garcia
1999-12-17 18:37:24 +00:00
parent 300b128833
commit 5ebdc86afc

View File

@@ -1,13 +1,12 @@
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
// Name: common/timercmn.cpp // Name: common/timercmn.cpp
// Purpose: Common timer implementation // Purpose: Common timer implementation
// Author: Julian Smart (original version) // Author:
// Modified by: Vadim Zeitlin on 12.11.99 to get rid of all ifdefs // Original version by Julian Smart
// Sylvain Bougnoux to add wxStopWatch class // Vadim Zeitlin got rid of all ifdefs (11.12.99)
// // Sylvain Bougnoux added wxStopWatch class
// Completely rewritten from scratch on Dic/99 by // Guillermo Rodriguez <guille@iies.es> rewrote from scratch (Dic/99)
// Guillermo Rodriguez <guille@iies.es> // Modified by:
//
// 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