-
Notifications
You must be signed in to change notification settings - Fork 57
/
Bold.dpk
347 lines (343 loc) · 23 KB
/
Bold.dpk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
package Bold;
{.$R *.res}
{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}
{ ALIGN 8}
{ ASSERTIONS ON}
{ BOOLEVAL OFF}
{ DEBUGINFO ON}
{ EXTENDEDSYNTAX ON}
{ IMPORTEDDATA ON}
{ IOCHECKS ON}
{ LOCALSYMBOLS ON}
{ LONGSTRINGS ON}
{ OPENSTRINGS ON}
{ OPTIMIZATION OFF}
{ OVERFLOWCHECKS ON}
{ RANGECHECKS ON}
{$REFERENCEINFO ON}
{ SAFEDIVIDE OFF}
{ STACKFRAMES ON}
{ TYPEDADDRESS OFF}
{ VARSTRINGCHECKS ON}
{ WRITEABLECONST ON}
{ MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DEFINE BOLD_DELPHI}
{$DEFINE DEBUG}
{$ENDIF IMPLICITBUILDING}
{$DESCRIPTION 'Bold 4.0 for Delphi'}
{$LIBSUFFIX '90'}
{$DESIGNONLY}
{$IMPLICITBUILD ON}
requires
vcl,
vcldb,
VclX,
DesignIDE;
contains
BoldSystem in 'Source\ObjectSpace\BORepresentation\BoldSystem.pas',
BoldAttributes in 'Source\ObjectSpace\BORepresentation\BoldAttributes.pas',
BoldDerivedValueSet in 'Source\ObjectSpace\BORepresentation\BoldDerivedValueSet.pas',
BoldDomainElement in 'Source\ObjectSpace\BORepresentation\BoldDomainElement.pas',
BoldElementList in 'Source\ObjectSpace\BORepresentation\BoldElementList.pas',
BoldExternalObjectSpaceEventHandler in 'Source\ObjectSpace\BORepresentation\BoldExternalObjectSpaceEventHandler.pas',
BoldLinks in 'Source\ObjectSpace\BORepresentation\BoldLinks.pas',
BoldMLAttributes in 'Source\ObjectSpace\BORepresentation\BoldMLAttributes.pas',
BoldObjectListControllers in 'Source\ObjectSpace\BORepresentation\BoldObjectListControllers.pas',
BoldObjectSpaceLists in 'Source\ObjectSpace\BORepresentation\BoldObjectSpaceLists.pas',
BoldOptimisticLockingSupport in 'Source\ObjectSpace\BORepresentation\BoldOptimisticLockingSupport.pas',
BoldSystemOldValuehandler in 'Source\ObjectSpace\BORepresentation\BoldSystemOldValuehandler.pas',
BoldSystemPersistenceHandler in 'Source\ObjectSpace\BORepresentation\BoldSystemPersistenceHandler.pas',
BoldTypeList in 'Source\ObjectSpace\BORepresentation\BoldTypeList.pas',
BoldCoreConsts in 'Source\ObjectSpace\Core\BoldCoreConsts.pas',
BoldElements in 'Source\ObjectSpace\Core\BoldElements.pas',
BoldMetaElementList in 'Source\ObjectSpace\Core\BoldMetaElementList.pas',
BoldComponentValidatorIDE in 'Source\ObjectSpace\IDE\BoldComponentValidatorIDE.pas',
BoldExternalObjectSpaceEventHandlerReg in 'Source\ObjectSpace\IDE\BoldExternalObjectSpaceEventHandlerReg.pas',
BoldWSimpleMenuWizard in 'Source\ObjectSpace\IDE\BoldWSimpleMenuWizard.pas',
BoldAttributeWizard in 'Source\ObjectSpace\IDE\AttributeWizard\BoldAttributeWizard.pas',
BoldOTACodeGen in 'Source\ObjectSpace\IDE\AttributeWizard\BoldOTACodeGen.pas',
BoldWAClassInfo in 'Source\ObjectSpace\IDE\AttributeWizard\BoldWAClassInfo.pas',
BoldWACustomAttr in 'Source\ObjectSpace\IDE\AttributeWizard\BoldWACustomAttr.pas',
BoldWACustomAttrForm1 in 'Source\ObjectSpace\IDE\AttributeWizard\BoldWACustomAttrForm1.pas',
BoldWAdatamodule in 'Source\ObjectSpace\IDE\AttributeWizard\BoldWAdatamodule.pas',
BoldWAdmTemplates in 'Source\ObjectSpace\IDE\AttributeWizard\BoldWAdmTemplates.pas',
BoldWAInputFormUnit in 'Source\ObjectSpace\IDE\AttributeWizard\BoldWAInputFormUnit.pas',
BoldWAInterfaces in 'Source\ObjectSpace\IDE\AttributeWizard\BoldWAInterfaces.pas',
BoldWAMainForm in 'Source\ObjectSpace\IDE\AttributeWizard\BoldWAMainForm.pas',
BoldWAMethodInfo in 'Source\ObjectSpace\IDE\AttributeWizard\BoldWAMethodInfo.pas',
BoldWAStringGridManager in 'Source\ObjectSpace\IDE\AttributeWizard\BoldWAStringGridManager.pas',
BoldWASubClassForm1 in 'Source\ObjectSpace\IDE\AttributeWizard\BoldWASubClassForm1.pas',
BoldWAValueSetDlg in 'Source\ObjectSpace\IDE\AttributeWizard\BoldWAValueSetDlg.pas',
BoldWAValueSetForm1 in 'Source\ObjectSpace\IDE\AttributeWizard\BoldWAValueSetForm1.pas',
BoldVclUtils in 'Source\ObjectSpace\IDE\AttributeWizard\BoldVclUtils.pas',
BoldWCodeInformer in 'Source\ObjectSpace\IDE\AttributeWizard\BoldWCodeInformer.pas',
BoldWProjectWizard in 'Source\ObjectSpace\IDE\AttributeWizard\BoldWProjectWizard.pas',
BoldWScanner in 'Source\ObjectSpace\IDE\AttributeWizard\BoldWScanner.pas',
BoldUndoInterfaces in 'Source\ObjectSpace\Interfaces\BoldUndoInterfaces.pas',
BoldOcl in 'Source\ObjectSpace\Ocl\BoldOcl.pas',
BoldOclClasses in 'Source\ObjectSpace\Ocl\BoldOclClasses.pas',
BoldOclError in 'Source\ObjectSpace\Ocl\BoldOclError.pas',
BoldOclEvaluator in 'Source\ObjectSpace\Ocl\BoldOclEvaluator.pas',
BoldOclLightWeightNodeMaker in 'Source\ObjectSpace\Ocl\BoldOclLightWeightNodeMaker.pas',
BoldOclLightWeightNodes in 'Source\ObjectSpace\Ocl\BoldOclLightWeightNodes.pas',
BoldOclRTDebug in 'Source\ObjectSpace\Ocl\BoldOclRTDebug.pas',
BoldOclSemantics in 'Source\ObjectSpace\Ocl\BoldOclSemantics.pas',
BoldOclSymbolImplementations in 'Source\ObjectSpace\Ocl\BoldOclSymbolImplementations.pas',
BoldORed in 'Source\ObjectSpace\Ocl\BoldORed.pas',
BoldRegularExpression in 'Source\ObjectSpace\Ocl\BoldRegularExpression.pas',
BoldSSExcept in 'Source\ObjectSpace\Ocl\BoldSSExcept.pas',
BoldSSLexU in 'Source\ObjectSpace\Ocl\BoldSSLexU.pas',
BoldSSYaccU in 'Source\ObjectSpace\Ocl\BoldSSYaccU.pas',
BoldLockHandler in 'Source\ObjectSpace\PessimisticLocking\BoldLockHandler.pas',
BoldLockHolder in 'Source\ObjectSpace\PessimisticLocking\BoldLockHolder.pas',
BoldLockRegions in 'Source\ObjectSpace\PessimisticLocking\BoldLockRegions.pas',
BoldRegionDefinitionParser in 'Source\ObjectSpace\PessimisticLocking\BoldRegionDefinitionParser.pas',
BoldRegionDefinitions in 'Source\ObjectSpace\PessimisticLocking\BoldRegionDefinitions.pas',
BoldGeneratedCodeDictionary in 'Source\ObjectSpace\RTModel\BoldGeneratedCodeDictionary.pas',
BoldMemberTypeDictionary in 'Source\ObjectSpace\RTModel\BoldMemberTypeDictionary.pas',
BoldSystemRT in 'Source\ObjectSpace\RTModel\BoldSystemRT.pas',
BoldUndoHandler in 'Source\ObjectSpace\Undo\BoldUndoHandler.pas',
BoldUnloader in 'Source\ObjectSpace\Unloader\BoldUnloader.pas',
BoldComponentValidator in 'Source\ObjectSpace\UtilsGUI\BoldComponentValidator.pas',
BoldOCLGraphicRTDebug in 'Source\ObjectSpace\UtilsGUI\BoldOCLGraphicRTDebug.pas',
BoldOclPropEditor in 'Source\ObjectSpace\UtilsGUI\BoldOclPropEditor.pas',
BoldTypeNameSelector in 'Source\ObjectSpace\UtilsGUI\BoldTypeNameSelector.pas',
BoldClient in 'Source\Common\Connection\BoldClient.pas',
BoldServer in 'Source\Common\Connection\BoldServer.pas',
BoldClientHandles in 'Source\Common\ConnectionHandles\BoldClientHandles.pas',
BoldServerHandles in 'Source\Common\ConnectionHandles\BoldServerHandles.pas',
BoldAggeregates in 'Source\Common\Core\BoldAggeregates.pas',
BoldBase in 'Source\Common\Core\BoldBase.pas',
BoldCommonConst in 'Source\Common\Core\BoldCommonConst.pas',
BoldContainers in 'Source\Common\Core\BoldContainers.pas',
BoldDefs in 'Source\Common\Core\BoldDefs.pas',
BoldStreams in 'Source\Common\Core\BoldStreams.pas',
BoldThreadSafeQueue in 'Source\Common\Core\BoldThreadSafeQueue.pas',
BoldEnvironment in 'Source\Common\Environment\BoldEnvironment.pas',
BoldEnvironmentIDE in 'Source\Common\Environment\BoldEnvironmentIDE.pas',
BoldEnvironmentVCL in 'Source\Common\Environment\BoldEnvironmentVCL.pas',
BoldHandle in 'Source\Common\Handles\BoldHandle.pas',
BoldDataBlock in 'Source\Common\HTTP\BoldDataBlock.pas',
BoldWebConnection in 'Source\Common\HTTP\BoldWebConnection.pas',
BoldAbout in 'Source\Common\IDE\BoldAbout.pas',
BoldAbstractPropertyEditors in 'Source\Common\IDE\BoldAbstractPropertyEditors.pas',
BoldDefsDT in 'Source\Common\IDE\BoldDefsDT.pas',
BoldExpert in 'Source\Common\IDE\BoldExpert.pas',
BoldExpertMenus in 'Source\Common\IDE\BoldExpertMenus.pas',
BoldGettingStartedExpert in 'Source\Common\IDE\BoldGettingStartedExpert.pas',
BoldGettingStartedForm in 'Source\Common\IDE\BoldGettingStartedForm.pas',
BoldIDEConsts in 'Source\Common\IDE\BoldIDEConsts.pas',
BoldIDEMenus in 'Source\Common\IDE\BoldIDEMenus.pas',
BoldIDESupport in 'Source\Common\IDE\BoldIDESupport.pas',
BoldModelAwareComponentEditor in 'Source\Common\IDE\BoldModelAwareComponentEditor.pas',
BoldOTAFileHandler in 'Source\Common\IDE\BoldOTAFileHandler.pas',
BoldOTASupport in 'Source\Common\IDE\BoldOTASupport.pas',
BoldPropertyEditors in 'Source\Common\IDE\BoldPropertyEditors.pas',
BoldReg in 'Source\Common\IDE\BoldReg.pas',
BoldTextStream in 'Source\Common\IDE\BoldTextStream.pas',
BoldWebConnectionReg in 'Source\Common\IDE\BoldWebConnectionReg.pas',
BoldLogForm in 'Source\Common\Logging\BoldLogForm.pas',
BoldLogHandler in 'Source\Common\Logging\BoldLogHandler.pas',
BoldLogHandlerForm in 'Source\Common\Logging\BoldLogHandlerForm.pas',
BoldLogHandlerSimple in 'Source\Common\Logging\BoldLogHandlerSimple.pas',
BoldLogReceiverInterface in 'Source\Common\Logging\BoldLogReceiverInterface.pas',
BoldSmallLogFrame in 'Source\Common\Logging\BoldSmallLogFrame.pas',
BoldThreadSafeLog in 'Source\Common\Logging\BoldThreadSafeLog.pas',
MSXML_TLB in 'Source\Common\MsXml\MSXML_TLB.pas',
BoldAbstractDequeuer in 'Source\Common\Queue\BoldAbstractDequeuer.pas',
BoldEventQueue in 'Source\Common\Queue\BoldEventQueue.pas',
BoldQueue in 'Source\Common\Queue\BoldQueue.pas',
BoldRose2000Support in 'Source\Common\Rose2000\BoldRose2000Support.pas',
RationalRose2000_TLB in 'Source\Common\Rose2000\RationalRose2000_TLB.pas',
BoldRose98Support in 'Source\Common\Rose98\BoldRose98Support.pas',
RationalRose98_TLB in 'Source\Common\Rose98\RationalRose98_TLB.pas',
BoldSOAP_TLB in 'Source\Common\SOAP\BoldSOAP_TLB.pas',
BoldSOAP2_TLB in 'Source\Common\SOAP\BoldSOAP2_TLB.pas',
BoldXMLRequests in 'Source\Common\SOAP\BoldXMLRequests.pas',
BoldDeriver in 'Source\Common\Subscription\BoldDeriver.pas',
BoldSubscribableCollection in 'Source\Common\Subscription\BoldSubscribableCollection.pas',
BoldSubscription in 'Source\Common\Subscription\BoldSubscription.pas',
BoldBase64 in 'Source\Common\Support\BoldBase64.pas',
BoldCollections in 'Source\Common\Support\BoldCollections.pas',
BoldCommonBitmaps in 'Source\Common\Support\BoldCommonBitmaps.pas',
BoldControlPackDefs in 'Source\Common\Support\BoldControlPackDefs.pas',
BoldControlsDefs in 'Source\Common\Support\BoldControlsDefs.pas',
BoldDirectoryTraverser in 'Source\Common\Support\BoldDirectoryTraverser.pas',
BoldExternalizedReferences in 'Source\Common\Support\BoldExternalizedReferences.pas',
BoldFileHandler in 'Source\Common\Support\BoldFileHandler.pas',
BoldGuard in 'Source\Common\Support\BoldGuard.pas',
BoldGUIDUtils in 'Source\Common\Support\BoldGUIDUtils.pas',
BoldHashIndexes in 'Source\Common\Support\BoldHashIndexes.pas',
BoldIndex in 'Source\Common\Support\BoldIndex.pas',
BoldIndexableList in 'Source\Common\Support\BoldIndexableList.pas',
BoldIsoDateTime in 'Source\Common\Support\BoldIsoDateTime.pas',
BoldLoggableCriticalSection in 'Source\Common\Support\BoldLoggableCriticalSection.pas',
BoldMath in 'Source\Common\Support\BoldMath.pas',
BoldMemoryManager in 'Source\Common\Support\BoldMemoryManager.pas',
BoldNamedValueList in 'Source\Common\Support\BoldNamedValueList.pas',
BoldNavigatorDefs in 'Source\Common\Support\BoldNavigatorDefs.pas',
BoldPerformanceCounter in 'Source\Common\Support\BoldPerformanceCounter.pas',
BoldPriorityQueue in 'Source\Common\Support\BoldPriorityQueue.pas',
BoldRegistry in 'Source\Common\Support\BoldRegistry.pas',
BoldRev in 'Source\Common\Support\BoldRev.pas',
BoldSharedStrings in 'Source\Common\Support\BoldSharedStrings.pas',
BoldSorter in 'Source\Common\Support\BoldSorter.pas',
BoldStringList in 'Source\Common\Support\BoldStringList.pas',
BoldSupportConst in 'Source\Common\Support\BoldSupportConst.pas',
BoldTemplateExpander in 'Source\Common\Support\BoldTemplateExpander.pas',
BoldUtils in 'Source\Common\Support\BoldUtils.pas',
BoldXMLStreaming in 'Source\Common\Support\BoldXMLStreaming.pas',
BoldThread in 'Source\Common\SupportWin\BoldThread.pas',
BoldWinINet in 'Source\Common\SupportWin\BoldWinINet.pas',
BoldWinUtils in 'Source\Common\SupportWin\BoldWinUtils.pas',
BoldDefaultTaggedValues in 'Source\Common\TaggedValues\BoldDefaultTaggedValues.pas',
BoldTaggedValueList in 'Source\Common\TaggedValues\BoldTaggedValueList.pas',
BoldTaggedValueSupport in 'Source\Common\TaggedValues\BoldTaggedValueSupport.pas',
BoldUMLTaggedValues in 'Source\Common\TaggedValues\BoldUMLTaggedValues.pas',
BoldTemplate in 'Source\Common\Template\BoldTemplate.pas',
BoldUMLDelphiSupport in 'Source\Common\UML\BoldUMLDelphiSupport.pas',
BoldUMLTypes in 'Source\Common\UML\BoldUMLTypes.pas',
BoldCursorGuard in 'Source\Common\UtilsGUI\BoldCursorGuard.pas',
BoldQueryUserDlg in 'Source\Common\UtilsGUI\BoldQueryUserDlg.pas',
BoldAbstractLockManagerAdminHandle in 'Source\ConcurrencyControl\Common\BoldAbstractLockManagerAdminHandle.pas',
BoldAbstractLockManagerHandle in 'Source\ConcurrencyControl\Common\BoldAbstractLockManagerHandle.pas',
BoldLockingDefs in 'Source\ConcurrencyControl\Common\BoldLockingDefs.pas',
BoldFreeStandingValueFactories in 'Source\FreestandingValueSpace\Core\BoldFreeStandingValueFactories.pas',
BoldFreeStandingValues in 'Source\FreestandingValueSpace\Core\BoldFreeStandingValues.pas',
FreeStandingValuesConst in 'Source\FreestandingValueSpace\Core\FreeStandingValuesConst.pas',
BoldActionDefs in 'Source\Handles\Actions\BoldActionDefs.pas',
BoldActions in 'Source\Handles\Actions\BoldActions.pas',
BoldHandleAction in 'Source\Handles\Actions\BoldHandleAction.pas',
BoldListActions in 'Source\Handles\Actions\BoldListActions.pas',
BoldUndoActions in 'Source\Handles\Actions\BoldUndoActions.pas',
BoldAbstractListHandle in 'Source\Handles\Core\BoldAbstractListHandle.pas',
BoldCursorHandle in 'Source\Handles\Core\BoldCursorHandle.pas',
BoldDerivedHandle in 'Source\Handles\Core\BoldDerivedHandle.pas',
BoldExpressionHandle in 'Source\Handles\Core\BoldExpressionHandle.pas',
BoldFilteredHandle in 'Source\Handles\Core\BoldFilteredHandle.pas',
BoldHandles in 'Source\Handles\Core\BoldHandles.pas',
BoldListHandle in 'Source\Handles\Core\BoldListHandle.pas',
BoldOclRepository in 'Source\Handles\Core\BoldOclRepository.pas',
BoldOclVariables in 'Source\Handles\Core\BoldOclVariables.pas',
BoldPlaceableSubscriber in 'Source\Handles\Core\BoldPlaceableSubscriber.pas',
BoldReferenceHandle in 'Source\Handles\Core\BoldReferenceHandle.pas',
BoldRootedHandles in 'Source\Handles\Core\BoldRootedHandles.pas',
BoldSortedHandle in 'Source\Handles\Core\BoldSortedHandle.pas',
BoldSQLHandle in 'Source\Handles\Core\BoldSQLHandle.pas',
BoldSystemHandle in 'Source\Handles\Core\BoldSystemHandle.pas',
BoldVariableDefinition in 'Source\Handles\Core\BoldVariableDefinition.pas',
BoldVariableHandle in 'Source\Handles\Core\BoldVariableHandle.pas',
HandlesConst in 'Source\Handles\Core\HandlesConst.pas',
BoldHandlePropEditor in 'Source\Handles\IDE\BoldHandlePropEditor.pas',
BoldHandleReg in 'Source\Handles\IDE\BoldHandleReg.pas',
BoldLockingReg in 'Source\Handles\IDE\BoldLockingReg.pas',
BoldManipulatorReg in 'Source\Handles\IDE\BoldManipulatorReg.pas',
BoldXMLReg in 'Source\Handles\IDE\BoldXMLReg.pas',
BoldManipulators in 'Source\Handles\Manipulators\BoldManipulators.pas',
BoldLockingHandles in 'Source\Handles\PessimisticLocking\BoldLockingHandles.pas',
BoldUnloaderHandle in 'Source\Handles\UnLoader\BoldUnloaderHandle.pas',
BoldXMLProducers in 'Source\Handles\XML\BoldXMLProducers.pas',
BoldBld in 'Source\MoldModel\Bld\BoldBld.pas',
BoldGen in 'Source\MoldModel\CodeGenerator\BoldGen.pas',
BoldGeneratorTemplates in 'Source\MoldModel\CodeGenerator\BoldGeneratorTemplates.pas',
BoldGeneratorTemplatesCPP in 'Source\MoldModel\CodeGenerator\BoldGeneratorTemplatesCPP.pas',
BoldGeneratorTemplatesDelphi in 'Source\MoldModel\CodeGenerator\BoldGeneratorTemplatesDelphi.pas',
BoldMeta in 'Source\MoldModel\Core\BoldMeta.pas',
BoldMetaSupport in 'Source\MoldModel\Core\BoldMetaSupport.pas',
BoldMoldConsts in 'Source\MoldModel\Core\BoldMoldConsts.pas',
BoldNameExpander in 'Source\MoldModel\Core\BoldNameExpander.pas',
BoldAbstractModel in 'Source\MoldModel\Handles\BoldAbstractModel.pas',
BoldTypeNameHandle in 'Source\MoldModel\Handles\BoldTypeNameHandle.pas',
BoldModelReg in 'Source\MoldModel\IDE\BoldModelReg.pas',
BoldTypeNameHandleReg in 'Source\MoldModel\IDE\BoldTypeNameHandleReg.pas',
BoldTypeNameDictionary in 'Source\MoldModel\TypeNameDictionary\BoldTypeNameDictionary.pas',
BoldTypeNameEditor in 'Source\MoldModel\UtilsGUI\BoldTypeNameEditor.pas',
BoldAbstractSnooper in 'Source\Persistence\Core\BoldAbstractSnooper.pas',
BoldPersistenceController in 'Source\Persistence\Core\BoldPersistenceController.pas',
BoldPersistenceHandle in 'Source\Persistence\Core\BoldPersistenceHandle.pas',
BoldPersistenceHandlePassthrough in 'Source\Persistence\Core\BoldPersistenceHandlePassthrough.pas',
BoldPersistenceHandlePTWithModel in 'Source\Persistence\Core\BoldPersistenceHandlePTWithModel.pas',
BoldPersistenceNotifier in 'Source\Persistence\Core\BoldPersistenceNotifier.pas',
BoldUpdatePrecondition in 'Source\Persistence\Core\BoldUpdatePrecondition.pas',
PersistenceConsts in 'Source\Persistence\Core\PersistenceConsts.pas',
BoldAbstractDatabaseAdapter in 'Source\Persistence\DB\BoldAbstractDatabaseAdapter.pas',
BoldAbstractPersistenceHandleDB in 'Source\Persistence\DB\BoldAbstractPersistenceHandleDB.pas',
BoldDBActions in 'Source\Persistence\DB\BoldDBActions.pas',
BoldDBInterfaces in 'Source\Persistence\DB\BoldDBInterfaces.pas',
BoldPersistenceControllerDefault in 'Source\Persistence\DB\BoldPersistenceControllerDefault.pas',
BoldPersistenceHandleDB_deprecated in 'Source\Persistence\DB\BoldPersistenceHandleDB_deprecated.pas',
BoldPersistenceHandleDB in 'Source\Persistence\DB\BoldPersistenceHandleDB.pas',
BoldPersistenceHandleDBreg in 'Source\Persistence\DB\BoldPersistenceHandleDBreg.pas',
BoldPersistenceHandleFile in 'Source\Persistence\File\BoldPersistenceHandleFile.pas',
BoldPersistenceHandleFileXML in 'Source\Persistence\File\BoldPersistenceHandleFileXML.pas',
BoldHandlesPropagationReg in 'Source\Persistence\IDE\BoldHandlesPropagationReg.pas',
BoldObjectUpgraderHandleReg in 'Source\Persistence\IDE\BoldObjectUpgraderHandleReg.pas',
BoldPersistenceHandleFileReg in 'Source\Persistence\IDE\BoldPersistenceHandleFileReg.pas',
BoldPersistenceHandleReg in 'Source\Persistence\IDE\BoldPersistenceHandleReg.pas',
BoldPersistenceHandleSystemReg in 'Source\Persistence\IDE\BoldPersistenceHandleSystemReg.pas',
BoldPersistenceNotifierReg in 'Source\Persistence\IDE\BoldPersistenceNotifierReg.pas',
BoldAbstractObjectUpgraderHandle in 'Source\Persistence\ObjectUpgrading\BoldAbstractObjectUpgraderHandle.pas',
BoldBatchUpgrader in 'Source\Persistence\ObjectUpgrading\BoldBatchUpgrader.pas',
BoldObjectUpgrader in 'Source\Persistence\ObjectUpgrading\BoldObjectUpgrader.pas',
BoldObjectUpgraderHandle in 'Source\Persistence\ObjectUpgrading\BoldObjectUpgraderHandle.pas',
BoldIDAdder in 'Source\Persistence\Propagation\BoldIDAdder.pas',
BoldIDAdderHandle in 'Source\Persistence\Propagation\BoldIDAdderHandle.pas',
BoldListenerCOM in 'Source\Persistence\Propagation\BoldListenerCOM.pas',
BoldListenerHandle in 'Source\Persistence\Propagation\BoldListenerHandle.pas',
BoldListenerThread in 'Source\Persistence\Propagation\BoldListenerThread.pas',
BoldPersistenceControllerPassthrough in 'Source\Persistence\Propagation\BoldPersistenceControllerPassthrough.pas',
BoldSnooper in 'Source\Persistence\Propagation\BoldSnooper.pas',
BoldSnooperHandle in 'Source\Persistence\Propagation\BoldSnooperHandle.pas',
BoldPersistenceControllerSystem in 'Source\Persistence\System\BoldPersistenceControllerSystem.pas',
BoldPersistenceHandleSystem in 'Source\Persistence\System\BoldPersistenceHandleSystem.pas',
BoldAbstractObjectUpgrader in 'Source\PMapper\Core\BoldAbstractObjectUpgrader.pas',
BoldPMapper in 'Source\PMapper\Core\BoldPMapper.pas',
BoldPMapperLists in 'Source\PMapper\Core\BoldPMapperLists.pas',
BoldPMappers in 'Source\PMapper\Core\BoldPMappers.pas',
BoldPMConsts in 'Source\PMapper\Core\BoldPMConsts.pas',
BoldPSDescriptions in 'Source\PMapper\Core\BoldPSDescriptions.pas',
BoldPSParams in 'Source\PMapper\Core\BoldPSParams.pas',
BoldDbEvolutor in 'Source\PMapper\DbEvolutor\BoldDbEvolutor.pas',
BoldDbEvolutorForm in 'Source\PMapper\DbEvolutor\BoldDbEvolutorForm.pas',
BoldDbEvolutorScript in 'Source\PMapper\DbEvolutor\BoldDbEvolutorScript.pas',
BoldCustomBlobMapper in 'Source\PMapper\Default\BoldCustomBlobMapper.pas',
BoldMappingInfo in 'Source\PMapper\Default\BoldMappingInfo.pas',
BoldPMappersAttributeDefault in 'Source\PMapper\Default\BoldPMappersAttributeDefault.pas',
BoldPMappersDefault in 'Source\PMapper\Default\BoldPMappersDefault.pas',
BoldPMappersLinkDefault in 'Source\PMapper\Default\BoldPMappersLinkDefault.pas',
BoldPSDescriptionsDefault in 'Source\PMapper\Default\BoldPSDescriptionsDefault.pas',
BoldPSParamsDefault in 'Source\PMapper\Default\BoldPSParamsDefault.pas',
BoldPMappersSQL in 'Source\PMapper\SQL\BoldPMappersSQL.pas',
BoldPSDescriptionsSQL in 'Source\PMapper\SQL\BoldPSDescriptionsSQL.pas',
BoldPSParamsSQL in 'Source\PMapper\SQL\BoldPSParamsSQL.pas',
BoldSQLDatabaseConfig in 'Source\PMapper\SQL\BoldSQLDatabaseConfig.pas',
BoldSQLMappingInfo in 'Source\PMapper\SQL\BoldSQLMappingInfo.pas',
BoldSqlNodeMaker in 'Source\PMapper\SQL\BoldSqlNodeMaker.pas',
BoldSqlNodes in 'Source\PMapper\SQL\BoldSqlNodes.pas',
BoldSqlNodesResolver in 'Source\PMapper\SQL\BoldSqlNodesResolver.pas',
BoldSQLQuery in 'Source\PMapper\SQL\BoldSQLQuery.pas',
BoldSqlQueryGenerator in 'Source\PMapper\SQL\BoldSqlQueryGenerator.pas',
BoldSqlSymbols in 'Source\PMapper\SQL\BoldSqlSymbols.pas',
BoldDbDataValidator in 'Source\PMapper\Validator\BoldDbDataValidator.pas',
BoldDbStructureValidator in 'Source\PMapper\Validator\BoldDbStructureValidator.pas',
BoldDbValidator in 'Source\PMapper\Validator\BoldDbValidator.pas',
BoldAbstractPropagatorHandle in 'Source\Propagator\Common\BoldAbstractPropagatorHandle.pas',
BoldLockingSupportInterfaces_TLB in 'Source\Propagator\Common\BoldLockingSupportInterfaces_TLB.pas',
BoldObjectMarshaler in 'Source\Propagator\Common\BoldObjectMarshaler.pas',
BoldPropagatorConstants in 'Source\Propagator\Common\BoldPropagatorConstants.pas',
BoldPropagatorGUIDs in 'Source\Propagator\Common\BoldPropagatorGUIDs.pas',
BoldPropagatorInterfaces_TLB in 'Source\Propagator\Common\BoldPropagatorInterfaces_TLB.pas',
PropagatorConsts in 'Source\Propagator\Common\PropagatorConsts.pas',
BoldCondition in 'Source\ValueSpace\Condition\BoldCondition.pas',
BoldObjectSpaceExternalEvents in 'Source\ValueSpace\ExternalEvents\BoldObjectSpaceExternalEvents.pas',
BoldDefaultId in 'Source\ValueSpace\Id\BoldDefaultId.pas',
BoldGlobalId in 'Source\ValueSpace\Id\BoldGlobalId.pas',
BoldId in 'Source\ValueSpace\Id\BoldId.pas',
BoldStringId in 'Source\ValueSpace\Id\BoldStringId.pas',
ValueSpaceConst in 'Source\ValueSpace\Id\ValueSpaceConst.pas',
BoldValueInterfaces in 'Source\ValueSpace\Interfaces\BoldValueInterfaces.pas',
BoldValueSpaceInterfaces in 'Source\ValueSpace\Interfaces\BoldValueSpaceInterfaces.pas',
BoldDefaultStreamNames in 'Source\ValueSpace\XMLStreaming\BoldDefaultStreamNames.pas',
BoldDefaultXMLStreaming in 'Source\ValueSpace\XMLStreaming\BoldDefaultXMLStreaming.pas';
end.