Move SNTPClient to ripple_net module

This commit is contained in:
Vinnie Falco
2013-05-22 17:21:55 -07:00
parent 3b801a4433
commit 155a0a95c3
3 changed files with 26 additions and 23 deletions

View File

@@ -41,6 +41,8 @@ static DH* handleTmpDh(SSL* ssl, int is_export, int iKeyLength)
return 512 == iKeyLength ? theApp->getWallet().getDh512() : theApp->getWallet().getDh1024();
}
#include "src/cpp/ripple/SNTPClient.cpp"
#include "src/cpp/ripple/ConnectionPool.cpp"
#include "src/cpp/ripple/NetworkOPs.cpp"
#include "src/cpp/ripple/Peer.cpp"