Files
xahaud/src/ripple
Markus Teufelberger 8b909d5c17 Include 2 missing headers:
<cerrno> for ETIMEDOUT
<sys/time.h> for gettimeofday()
2018-03-01 13:25:32 -08:00
..
2018-02-16 12:06:03 -05:00
2018-02-13 09:08:14 -05:00
2018-03-01 13:25:32 -08:00
2017-03-06 14:59:32 -05:00
2018-01-17 10:00:20 -08:00
2018-02-13 09:08:14 -05:00
2017-07-11 12:18:17 -04:00
2018-01-17 13:43:54 -08:00
2018-02-20 14:18:31 -08:00
2018-02-16 12:03:06 -05:00
2018-01-17 13:43:54 -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