Changeset 354 for Docking/CoolDocking/UCDCommon.pas
- Timestamp:
- Apr 26, 2012, 9:12:02 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Docking/CoolDocking/UCDCommon.pas
r218 r354 1 1 unit UCDCommon; 2 2 3 {$mode objfpc}{$H+}3 {$mode delphi}{$H+} 4 4 5 5 interface … … 76 76 function GetUniqueName(BaseName: string): string; 77 77 function HeaderPosToTabPos(HeaderPos: THeaderPos): TTabPosition; 78 procedure DebugLog(Text: string); inline; 78 79 79 80 implementation … … 81 82 var 82 83 UniqueNameCounter: Integer; 84 85 procedure DebugLog(Text: string); inline; 86 begin 87 //{$IFDEF DEBUG_COOLDOCK} 88 WriteLn(FormatDateTime('hh:nn:ss.zzz', Time) + ' ' + Text); 89 //{$ENDIF} 90 end; 83 91 84 92 function GetUniqueName(BaseName: string): string;
Note:
See TracChangeset
for help on using the changeset viewer.