Changeset 730 in 3DVCSoftware for branches/HTM-9.0-dev0/source/Lib/TLibCommon/TComRom.cpp
- Timestamp:
- 9 Dec 2013, 17:16:03 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-9.0-dev0/source/Lib/TLibCommon/TComRom.cpp
r724 r730 573 573 #if H_MV_ENC_DEC_TRAC 574 574 #if ENC_DEC_TRACE 575 #if H_MV_FIX_TRACE_FILE 576 Void writeToTraceFile( const Char* symbolName, Int val, Bool doIt ) 577 #else 575 578 Void writeToTraceFile( Char* symbolName, Int val, Bool doIt ) 579 #endif 576 580 { 577 581 if ( ( ( g_nSymbolCounter >= COUNTER_START && g_nSymbolCounter <= COUNTER_END )|| g_bJustDoIt ) && doIt ) … … 588 592 } 589 593 594 #if H_MV_FIX_TRACE_FILE 595 Void writeToTraceFile( const Char* symbolName, Bool doIt ) 596 #else 590 597 Void writeToTraceFile( Char* symbolName, Bool doIt ) 598 #endif 591 599 { 592 600 if ( ( ( g_nSymbolCounter >= COUNTER_START && g_nSymbolCounter <= COUNTER_END )|| g_bJustDoIt ) && doIt )
Note: See TracChangeset for help on using the changeset viewer.