File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 179
179
SWAG.UCommon in ' SWAG.UCommon.pas' ,
180
180
SWAG.UImporter in ' SWAG.UImporter.pas' ,
181
181
SWAG.UReader in ' SWAG.UReader.pas' ,
182
- SWAG.USnippetCache in ' SWAG.USnippetCache .pas' ,
182
+ SWAG.UPacketCache in ' SWAG.UPacketCache .pas' ,
183
183
SWAG.UXMLProcessor in ' SWAG.UXMLProcessor.pas' ,
184
184
UActionFactory in ' UActionFactory.pas' ,
185
185
UAnchors in ' UAnchors.pas' ,
Original file line number Diff line number Diff line change 376
376
<DCCReference Include="SWAG.UCommon.pas"/>
377
377
<DCCReference Include="SWAG.UImporter.pas"/>
378
378
<DCCReference Include="SWAG.UReader.pas"/>
379
- <DCCReference Include="SWAG.USnippetCache .pas"/>
379
+ <DCCReference Include="SWAG.UPacketCache .pas"/>
380
380
<DCCReference Include="SWAG.UXMLProcessor.pas"/>
381
381
<DCCReference Include="UActionFactory.pas"/>
382
382
<DCCReference Include="UAnchors.pas"/>
Original file line number Diff line number Diff line change 9
9
}
10
10
11
11
12
- unit SWAG.USnippetCache ;
12
+ unit SWAG.UPacketCache ;
13
13
14
14
15
15
interface
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ interface
21
21
Generics.Collections,
22
22
// Project
23
23
SWAG.UCommon,
24
- SWAG.USnippetCache ,
24
+ SWAG.UPacketCache ,
25
25
SWAG.UXMLProcessor,
26
26
UExceptions;
27
27
You can’t perform that action at this time.
0 commit comments