|
@@ -457,10 +457,10 @@ begin
|
|
end;
|
|
end;
|
|
FBufferBlocksHash := TPCAbstractMemBytesBuffer32Safebox.Create(FAbstractMem,LZoneBuffersBlockHash,FBlocks.Count);
|
|
FBufferBlocksHash := TPCAbstractMemBytesBuffer32Safebox.Create(FAbstractMem,LZoneBuffersBlockHash,FBlocks.Count);
|
|
|
|
|
|
- FAccountsOrderedByUpdatedBlock := TAccountsOrderedByUpdatedBlock.Create(FAbstractMem,LZoneAccountsOrderedByUpdatedBlock,DoGetAccount);
|
|
|
|
|
|
+ FAccountsOrderedByUpdatedBlock := TAccountsOrderedByUpdatedBlock.Create({$IFDEF USE_ABSTRACTMEM}FAbstractMem,LZoneAccountsOrderedByUpdatedBlock,{$ENDIF}DoGetAccount);
|
|
FAccounts.AccountsOrderedByUpdatedBlock := FAccountsOrderedByUpdatedBlock;
|
|
FAccounts.AccountsOrderedByUpdatedBlock := FAccountsOrderedByUpdatedBlock;
|
|
|
|
|
|
- FAccountsOrderedBySalePrice := TAccountsOrderedBySalePrice.Create(FAbstractMem,LZoneAccountsOrderedBySalePrice,DoGetAccount);
|
|
|
|
|
|
+ FAccountsOrderedBySalePrice := TAccountsOrderedBySalePrice.Create({$IFDEF USE_ABSTRACTMEM}FAbstractMem,LZoneAccountsOrderedBySalePrice,{$ENDIF}DoGetAccount);
|
|
FAccounts.AccountsOrderedBySalePrice := FAccountsOrderedBySalePrice;
|
|
FAccounts.AccountsOrderedBySalePrice := FAccountsOrderedBySalePrice;
|
|
|
|
|
|
FAccountCache.Clear;
|
|
FAccountCache.Clear;
|