mirror of
https://github.com/XRPLF/clio.git
synced 2026-04-29 15:37:53 +00:00
8 lines
129 B
C++
8 lines
129 B
C++
class ReportingApplication
|
|
{
|
|
Config config_;
|
|
ReportingApplication(Config const& config) : config_(config)
|
|
{
|
|
}
|
|
};
|