Files
xahaud/src/ripple
Vinnie Falco b38a96ae82 Add TimeKeeper:
This class tracks Ripple network time and closing time.

Conflicts:
	src/ripple/ledger/ReadView.h
2015-07-23 14:23:11 -07:00
..
2015-07-23 14:23:11 -07:00
2015-07-23 14:23:10 -07:00
2015-07-23 14:23:11 -07:00
2015-07-13 15:25:20 -07:00
2015-07-23 14:23:11 -07:00
2015-07-23 14:23:11 -07:00
2015-07-13 15:25:20 -07:00
2015-07-23 14:23:11 -07:00
2015-07-15 16:56:43 -07:00
2015-05-29 13:44:44 -04:00
2015-07-23 12:32:43 -07:00
2015-07-15 16:56:43 -07:00
2015-07-15 16:56:41 -07:00
2015-07-13 16:38:39 -07:00
2015-07-15 16:56:43 -07:00
2015-07-23 14:23:10 -07:00
2015-07-23 14:23:11 -07:00
2015-07-13 16:38:39 -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