From 2b35cdf78038a4ecc4573fcbef5fbad0c8403cb1 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 9 Apr 2020 14:45:53 +0200 Subject: Review comments. --- src/configfile.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/configfile.h') diff --git a/src/configfile.h b/src/configfile.h index 1513897..0934f46 100644 --- a/src/configfile.h +++ b/src/configfile.h @@ -33,6 +33,7 @@ class ConfigFile { public: + // TODO: west-const ConfigFile(std::string const& filename); virtual ~ConfigFile(); @@ -47,6 +48,7 @@ protected: std::string filename; std::fstream current_file; + // TODO: Does this have to be virtual? virtual bool open(std::ios_base::openmode mode); std::string readLine(); bool parseLine(const std::string& line); -- cgit v1.2.3