Changeset 149 for trunk/Packages/CoolWeb
- Timestamp:
- Feb 4, 2024, 2:14:37 PM (9 months ago)
- Location:
- trunk/Packages/CoolWeb
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/CoolWeb/Common/UHtmlClasses.pas
r140 r149 4 4 5 5 uses 6 UXmlClasses, Classes, SysUtils, Generics.Collections, UGenerics, UIpAddress;6 UXmlClasses, Classes, SysUtils, Generics.Collections, Generics, UIpAddress; 7 7 8 8 type -
trunk/Packages/CoolWeb/Common/UIpAddress.pas
r138 r149 4 4 5 5 uses 6 Classes, SysUtils, UGenerics;6 Classes, SysUtils, Generics; 7 7 8 8 type -
trunk/Packages/CoolWeb/Common/UXmlClasses.pas
r138 r149 4 4 5 5 uses 6 Classes, SysUtils, StrUtils, Generics.Collections, UGenerics;6 Classes, SysUtils, StrUtils, Generics.Collections, Generics; 7 7 8 8 type -
trunk/Packages/CoolWeb/LazIDEReg.pas
r137 r149 4 4 5 5 uses 6 Classes, SysUtils, LazIDEIntf, ProjectIntf, FormEditingIntf, UWebPage, Forms, Controls; 6 Classes, SysUtils, LazIDEIntf, ProjectIntf, FormEditingIntf, UWebPage, Forms, 7 Controls; 7 8 8 9 type -
trunk/Packages/CoolWeb/Modules/UWebUser.pas
r138 r149 4 4 5 5 uses 6 Classes, SysUtils, synacode, USqlDatabase, UCommon, UHTTPServer, 7 UGenerics; 6 Classes, SysUtils, synacode, USqlDatabase, Common, UHTTPServer, Generics; 8 7 9 8 const -
trunk/Packages/CoolWeb/Network/UTCPServer.pas
r137 r149 11 11 //LibC, 12 12 {$ENDIF} 13 BlckSock, UResetableThread;13 BlckSock, ResetableThread; 14 14 15 15 type -
trunk/Packages/CoolWeb/Persistence/USqlDatabase.pas
r138 r149 6 6 7 7 uses 8 SysUtils, Classes, Dialogs, mysql50, TypInfo, UGenerics, Generics.Collections;8 SysUtils, Classes, Dialogs, mysql50, TypInfo, Generics, Generics.Collections; 9 9 10 10 type -
trunk/Packages/CoolWeb/WebServer/UHTTPServer.pas
r139 r149 4 4 5 5 uses 6 Classes, SysUtils, UCommon, UMemoryStreamEx, UMIMEType, Synautil, Syncobjs,7 Generics.Collections, UGenerics;6 Classes, SysUtils, Common, UMemoryStreamEx, UMIMEType, Synautil, Syncobjs, 7 Generics.Collections, Generics; 8 8 9 9 type -
trunk/Packages/CoolWeb/WebServer/UHTTPServerTCP.pas
r139 r149 5 5 uses 6 6 Classes, SysUtils, UHTTPServer, UTCPServer, SynaUtil, Generics.Collections, 7 UGenerics;7 Generics; 8 8 9 9 type -
trunk/Packages/CoolWeb/WebServer/UHTTPSessionFile.pas
r138 r149 4 4 5 5 uses 6 Classes, SysUtils, UHTTPServer, syncobjs, synacode, UCommon, FileUtil,6 Classes, SysUtils, UHTTPServer, syncobjs, synacode, Common, FileUtil, 7 7 LazFileUtils; 8 8 -
trunk/Packages/CoolWeb/WebServer/UHTTPSessionMySQL.pas
r138 r149 4 4 5 5 uses 6 Classes, SysUtils, UHTTPServer, syncobjs, synacode, UCommon, USqlDatabase;6 Classes, SysUtils, UHTTPServer, syncobjs, synacode, Common, USqlDatabase; 7 7 8 8 type
Note:
See TracChangeset
for help on using the changeset viewer.