corrected loading loading non-autoscan files in case of absent templates, added getTemplates()
This commit is contained in:
@@ -61,6 +61,13 @@ struct options
|
||||
int dumpSize; //!< maximum size of dump file in kB [100]
|
||||
};
|
||||
|
||||
/**
|
||||
* Get the @a DataFieldTemplates for the specified configuration file.
|
||||
* @param filename the full name of the configuration file.
|
||||
* @return the @a DataFieldTemplates.
|
||||
*/
|
||||
DataFieldTemplates* getTemplates(const string filename);
|
||||
|
||||
/**
|
||||
* Load the message definitions from configuration files.
|
||||
* @param messages the @a MessageMap to load the messages into.
|
||||
|
||||
Reference in New Issue
Block a user