Move websocket subtree and create ripple_websocket module

This commit is contained in:
Vinnie Falco
2013-06-20 17:51:12 -07:00
parent 9452f77072
commit 996ac526bf
267 changed files with 368 additions and 50388 deletions

View File

@@ -0,0 +1,26 @@
//------------------------------------------------------------------------------
/*
Copyright (c) 2011-2013, OpenCoin, Inc.
*/
//==============================================================================
#include "ripple_websocket.h"
// Unity build file for websocket
//
#include "websocket/src/sha1/sha1.h"
// Must come first to prevent compile errors
#include "websocket/src/uri.cpp"
#include "websocket/src/base64/base64.cpp"
#include "websocket/src/rng/boost_rng.cpp"
#include "websocket/src/messages/data.cpp"
#include "websocket/src/processors/hybi_header.cpp"
#include "websocket/src/processors/hybi_util.cpp"
#include "websocket/src/md5/md5.c"
#include "websocket/src/network_utilities.cpp"
#include "websocket/src/sha1/sha1.cpp"
#include "autosocket/ripple_AutoSocket.cpp"