Files
xahaud/src/ripple
Miguel Portilla 8b43d67a73 Cancel websocket timer on failure:
This fixes a problem where the timeout timer
would not be canceled with some errors.
fix #2026
2017-03-29 15:53:16 -04:00
..
2017-03-01 11:43:59 -05:00
2017-03-01 11:43:59 -05:00
2017-03-06 14:59:32 -05:00
2017-03-01 11:43:59 -05:00
2017-03-06 14:57:41 -05:00
2017-03-29 15:53:16 -04:00
2017-03-06 14:59:32 -05: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