diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-03-19 15:20:19 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-03-19 15:20:19 +0000 |
commit | a0b65deaa6e999132779e26f2b448dfa8662963c (patch) | |
tree | a95b27955dfdab804007b22c857171a8fe4bc84a /configmgr/source/inc/tracer.hxx | |
parent | cf49371243377a126dca9acecf3f7d0a62a47920 (diff) |
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'configmgr/source/inc/tracer.hxx')
-rw-r--r-- | configmgr/source/inc/tracer.hxx | 38 |
1 files changed, 2 insertions, 36 deletions
diff --git a/configmgr/source/inc/tracer.hxx b/configmgr/source/inc/tracer.hxx index 524fa406cdcc..15d35dba1a30 100644 --- a/configmgr/source/inc/tracer.hxx +++ b/configmgr/source/inc/tracer.hxx @@ -2,9 +2,9 @@ * * $RCSfile: tracer.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: kz $ $Date: 2001-03-13 15:27:02 $ + * last change: $Author: hr $ $Date: 2003-03-19 16:19:07 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -167,37 +167,3 @@ public: #endif // _CONFIGMGR_TRACER_HXX_ -//************************************************************************** -// history: -// $Log: not supported by cvs2svn $ -// Revision 1.3 2001/03/11 02:16:12 pluby -// Replaced ftime() calls with gettimeofday() since ftime() is obsolete on Linux and Mac OS X -// -// Revision 1.2 2001/02/13 09:47:14 dg -// #83239# timing output -// -// Revision 1.1.1.1 2000/09/18 16:13:41 hr -// initial import -// -// Revision 1.6 2000/09/15 09:51:50 willem.vandorp -// OpenOffice header added -// -// Revision 1.5 2000/08/30 10:00:40 fs -// getTimeStamp -// -// Revision 1.4 2000/08/20 12:52:14 fs -// #77860# introduced an impl class; introduces virtual trace devices -// -// Revision 1.3 2000/08/10 11:37:30 hjs -// filled defines with correct dummies -// -// Revision 1.2 2000/08/10 06:53:08 fs -// m_bInitialized -// -// Revision 1.1 2000/08/09 18:53:41 fs -// helper classes for tracing -// -// -// Revision 1.0 09.08.00 13:10:04 fs -//************************************************************************** - |