Files
xahaud/src/ripple
Nik Bougalis bee12fb89d Autobridging future support:
* Refactor and cleanup transactors
* Introduce new direct and bridged transactors
* Rename existing transactor to indicate legacy status
* New direct transactor defaults to being turned off (preserve legacy behavior)
2014-05-13 12:09:47 -07:00
..
2014-03-14 08:03:48 -07:00
2014-03-23 15:23:55 -07:00
2014-05-13 12:09:47 -07:00
2014-03-23 15:23:55 -07:00
2014-05-01 09:53:42 -07:00
2014-05-09 12:03:57 -07:00
2014-05-09 12:03:57 -07:00
2014-05-09 12:03:57 -07:00
2014-05-13 12:09:47 -07:00
2014-05-09 12:03:57 -07:00
2013-11-15 11:29:45 -08:00

Newest Style

Each folder contains a single module following the newest style:

  • One class per header
  • As much implementation hidden as possible
  • All major interfaces are abstract
  • Every class is documented
  • Each module focuses on solving one problem