[storage] Extract several methods in 'save transaction'
commit5ec173b4f0ea781b0d4bf06b01f8c33afdf76ab5
authorSergey Yanovich <ynvich@gmail.com>
Fri, 19 Oct 2007 11:11:11 +0000 (19 14:11 +0300)
committerSergey Yanovich <ynvich@gmail.com>
Fri, 19 Oct 2007 11:15:02 +0000 (19 14:15 +0300)
treef7f37d99bc4c169976fd747333138eb7cc0cad92
parent7f359d03df2fa0dabd955f786783bdc3990d7343
[storage] Extract several methods in 'save transaction'

'save transaction' looks like a central place for the rest of 0.1a1
development. Accounting policies will be applied here using per-flow
and per-chart configuration options.

The plans is to use 'Strategy' design pattern here to switch different
algorithms for determining value of transaction and calculating
resulting balances.
storage/aaSaveTransaction.cpp
storage/aaSaveTransaction.h