Merge pull request #3835 from simpsont-oci/bench_config_name
[OpenDDS.git] / performance-tests / bench / builder / ConfigSectionManager.h
blob6deb0cacc25180aa6008020398de9cf830ac2341
1 #pragma once
3 #include "Common.h"
5 namespace Builder {
7 class ConfigSectionManager {
8 public:
9 ConfigSectionManager(const std::string& name, const ConfigSectionSeq& seq);