mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-19 18:45:52 +00:00
12 lines
115 B
C++
12 lines
115 B
C++
#include "Hanko.h"
|
|
|
|
#include <boost/foreach.hpp>
|
|
|
|
using namespace boost;
|
|
using namespace std;
|
|
|
|
Hanko::Hanko()
|
|
{
|
|
}
|
|
|