mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-01 00:15:51 +00:00
Tidy up JobQueue, add ripple_core module
This commit is contained in:
16
modules/ripple_core/ripple_core.cpp
Normal file
16
modules/ripple_core/ripple_core.cpp
Normal file
@@ -0,0 +1,16 @@
|
||||
//------------------------------------------------------------------------------
|
||||
/*
|
||||
Copyright (c) 2011-2013, OpenCoin, Inc.
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
/** Add this to get the @ref ripple_core module.
|
||||
|
||||
@file ripple_core.cpp
|
||||
@ingroup ripple_core
|
||||
*/
|
||||
|
||||
#include "ripple_core.h"
|
||||
|
||||
//#include "src/cpp/ripple/ripple_Job.h"
|
||||
//#include "src/cpp/ripple/ripple_JobQueue.h"
|
||||
24
modules/ripple_core/ripple_core.h
Normal file
24
modules/ripple_core/ripple_core.h
Normal file
@@ -0,0 +1,24 @@
|
||||
//------------------------------------------------------------------------------
|
||||
/*
|
||||
Copyright (c) 2011-2013, OpenCoin, Inc.
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
/** Include this to get the @ref ripple_core module.
|
||||
|
||||
@file ripple_core.h
|
||||
@ingroup ripple_core
|
||||
*/
|
||||
|
||||
/** Core classes.
|
||||
|
||||
These objects form the execution framework in which the Ripple
|
||||
protocol is implemented.
|
||||
|
||||
@defgroup ripple_core
|
||||
*/
|
||||
|
||||
#ifndef RIPPLE_CORE_RIPPLEHEADER
|
||||
#define RIPPLE_CORE_RIPPLEHEADER
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user