Changeset 251 for Common/Common.pas


Ignore:
Timestamp:
Jun 13, 2011, 8:21:12 AM (13 years ago)
Author:
george
Message:
  • Modified: DebugLog transformed to component.
  • Fixed: String compare for template generics.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Common/Common.pas

    r230 r251  
    88
    99uses
    10     StopWatch, UCommon, UDebugLog, UDelay, UPrefixMultiplier, UURI,
    11   UThreading, LazarusPackageIntf;
     10  StopWatch, UCommon, UDebugLog, UDelay, UPrefixMultiplier, UURI, UThreading,
     11  LazarusPackageIntf;
    1212
    1313implementation
     
    1515procedure Register;
    1616begin
     17  RegisterUnit('UDebugLog', @UDebugLog.Register);
    1718end;
    1819
Note: See TracChangeset for help on using the changeset viewer.