Changeset 81 for trunk/ZdechovNET.lpr


Ignore:
Timestamp:
Jun 21, 2012, 12:21:50 PM (12 years ago)
Author:
chronos
Message:
  • Přejmenování jednotky UMainModule na UCore.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ZdechovNET.lpr

    r80 r81  
    1010  UUser, UHTTPSessionMySQL, UHTTPSessionFile,
    1111  UCommon, UHTTPServer, UHTTPServerTCP, UHTTPServerCGI, UTCPServer, UPool,
    12   UMemoryStreamEx, UMIMEType, UPageList, Interfaces, UMainModule, UWebApp;
     12  UMemoryStreamEx, UMIMEType, UPageList, Interfaces, UCore, UWebApp;
    1313
    1414begin
    1515  with Application do begin
    1616    Initialize;
    17     MainModule := TMainModule.Create(Application);
    18     MainModule.Run;
     17    Core := TCore.Create(Application);
     18    Core.Run;
    1919    Run;
    2020  end;
Note: See TracChangeset for help on using the changeset viewer.