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)
This commit is contained in:
Nik Bougalis
2014-03-30 17:44:06 -07:00
committed by Vinnie Falco
parent 1a9fbab165
commit bee12fb89d
31 changed files with 2049 additions and 186 deletions

View File

@@ -24,10 +24,13 @@
#ifdef BEAST_WIN32
# include <Winsock2.h> // for ByteOrder.cpp
// <Winsock2.h> defines 'max' and does other stupid things
// <Winsock2.h> defines min, max and does other stupid things
# ifdef max
# undef max
# endif
# ifdef min
# undef min
# endif
#endif
#include <set>
@@ -45,4 +48,5 @@
#include "impl/RippleIdentifierTests.cpp"
#include "impl/RippleAssets.cpp"
#include "../common/tests/cross_offer.test.cpp"