Changeset 32 for trunk/index.pas


Ignore:
Timestamp:
Sep 13, 2010, 8:35:39 AM (14 years ago)
Author:
george
Message:
  • Upraveno: Třída pro obsluhu CGI aplikace přepracována na obecný HTTP server s podporou pro CGI HTTP server a přímý TCP HTTP server dle výběru zděděných tříd.
  • Přidáno: Podpůrné obecné třídy ve složce Common.
  • Přidáno: Komponenta Synapse pro obsluhu TCP spojení.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.pas

    r27 r32  
    44
    55uses
    6   UCore, USqlDatabase, SysUtils, Contnrs,
    7   UCGIApplication, UStringListEx, UMainPage, UCustomCGIApplication;
     6  UCore, USqlDatabase, SysUtils, Contnrs, UCGIApplication, UStringListEx,
     7  UMainPage, UCustomCGIApplication, UUser, UHTTPSessionMySQL, UHTTPSessionFile,
     8  UCommon, UHTTPServer, UHTTPServerTCP, UHTTPServerCGI, UTCPServer, UPool,
     9  UMemoryStreamEx, UMIMEType;
    810
    911var
Note: See TracChangeset for help on using the changeset viewer.