XML path in class ConfigFile wiped out.
This commit is contained in:
@@ -46,13 +46,6 @@ void ConfigFileCSV::parse(std::istream& is, Commands& commands)
|
||||
};
|
||||
|
||||
|
||||
void ConfigFileXML::parse(std::istream& is, Commands& commands)
|
||||
{
|
||||
; // ToDo: Implementation for xml files
|
||||
}
|
||||
|
||||
|
||||
|
||||
ConfigCommands::ConfigCommands(const std::string path, const FileType type)
|
||||
{
|
||||
m_path = path;
|
||||
@@ -71,10 +64,6 @@ void ConfigCommands::setType(const FileType type)
|
||||
m_configfile = new ConfigFileCSV();
|
||||
m_extension = "csv";
|
||||
break;
|
||||
case XML:
|
||||
m_configfile = new ConfigFileXML();
|
||||
m_extension = "xml";
|
||||
break;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user