Kaydet (Commit) dad8998b authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS dbgmacros1 (1.2.2); FILE MERGED

2003/04/10 17:36:11 kso 1.2.2.2: RESYNC: (1.2-1.3); FILE MERGED
2003/04/09 10:09:49 kso 1.2.2.1: #108413# - debug macro unification.
üst 3987e957
......@@ -2,9 +2,9 @@
*
* $RCSfile: objtest.cxx,v $
*
* $Revision: 1.3 $
* $Revision: 1.4 $
*
* last change: $Author: vg $ $Date: 2003-03-26 12:07:27 $
* last change: $Author: vg $ $Date: 2003-04-15 15:54:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -3290,7 +3290,7 @@ BOOL TestToolObj::ReturnResults( SvStream *pIn )
pImpl->naRemoteTime[ i ] += nLNr1;
pImpl->naLocalTime[ i ] += Time::GetSystemTicks() - pImpl->LocalStarttime;
#ifdef DEBUG
#if OSL_DEBUG_LEVEL > 1
if ( nLNr1 > (Time::GetSystemTicks() - pImpl->LocalStarttime) )
{
String aLine = CUniString("Testtoolzeit(").Append(String::CreateFromInt64(Time::GetSystemTicks() - pImpl->LocalStarttime)).AppendAscii(") kleiner Officezeit(").Append(String::CreateFromInt64(nLNr1)).AppendAscii(")\n");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment