rippled
Loading...
Searching...
No Matches
LegacyPathFind.h
1#ifndef XRPL_RPC_LEGACYPATHFIND_H_INCLUDED
2#define XRPL_RPC_LEGACYPATHFIND_H_INCLUDED
3
4#include <atomic>
5
6namespace ripple {
7
8class Application;
9
10namespace RPC {
11
13{
14public:
17
18 bool
19 isOk() const
20 {
21 return m_isOk;
22 }
23
24private:
26
27 bool m_isOk;
28};
29
30} // namespace RPC
31} // namespace ripple
32
33#endif
static std::atomic< int > inProgress
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:6
bool isAdmin(Port const &port, Json::Value const &params, beast::IP::Address const &remoteIp)
Definition Role.cpp:66