Changeset 52 for trunk/Client/UCore.pas


Ignore:
Timestamp:
Apr 3, 2012, 7:28:01 AM (13 years ago)
Author:
chronos
Message:
  • Modified: Code related to persistence layer abstraction moved to separated package PersistentData.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Client/UCore.pas

    r46 r52  
    77uses
    88  Classes, SysUtils, FileUtil, UCoolTranslator, UDebugLog, USystem, Registry,
    9   USqlDatabase, UFormLoginProfile, URegistry, UChronisClient, UModuleSystem;
     9  USqlDatabase, UFormLoginProfile, URegistry, UPDClient, UModuleSystem;
    1010
    1111type
     
    4343
    4444uses
    45   UApplicationInfo, UChronisClientDirect, UChronisClientMySQL;
     45  UApplicationInfo;
    4646
    4747{ TCore }
Note: See TracChangeset for help on using the changeset viewer.