Skip to content

Commit e46411f

Browse files
committed
Renamed SWAG.USnippetCache unit as SWAG.UPacketCache
1 parent 43e5fed commit e46411f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Src/CodeSnip.dpr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ uses
179179
SWAG.UCommon in 'SWAG.UCommon.pas',
180180
SWAG.UImporter in 'SWAG.UImporter.pas',
181181
SWAG.UReader in 'SWAG.UReader.pas',
182-
SWAG.USnippetCache in 'SWAG.USnippetCache.pas',
182+
SWAG.UPacketCache in 'SWAG.UPacketCache.pas',
183183
SWAG.UXMLProcessor in 'SWAG.UXMLProcessor.pas',
184184
UActionFactory in 'UActionFactory.pas',
185185
UAnchors in 'UAnchors.pas',

Src/CodeSnip.dproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@
376376
<DCCReference Include="SWAG.UCommon.pas"/>
377377
<DCCReference Include="SWAG.UImporter.pas"/>
378378
<DCCReference Include="SWAG.UReader.pas"/>
379-
<DCCReference Include="SWAG.USnippetCache.pas"/>
379+
<DCCReference Include="SWAG.UPacketCache.pas"/>
380380
<DCCReference Include="SWAG.UXMLProcessor.pas"/>
381381
<DCCReference Include="UActionFactory.pas"/>
382382
<DCCReference Include="UAnchors.pas"/>

Src/SWAG.USnippetCache.pas renamed to Src/SWAG.UPacketCache.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010

1111

12-
unit SWAG.USnippetCache;
12+
unit SWAG.UPacketCache;
1313

1414

1515
interface

Src/SWAG.UReader.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ interface
2121
Generics.Collections,
2222
// Project
2323
SWAG.UCommon,
24-
SWAG.USnippetCache,
24+
SWAG.UPacketCache,
2525
SWAG.UXMLProcessor,
2626
UExceptions;
2727

0 commit comments

Comments
 (0)