forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
484 B
C++
11 lines
484 B
C++
--- team-framework/parser/configurationparser.h.orig Fri Jan 7 02:59:28 2005
|
|
+++ team-framework/parser/configurationparser.h Thu Jun 14 13:28:41 2007
|
|
@@ -51,7 +51,7 @@
|
|
* Public stuff
|
|
*/
|
|
public:
|
|
- ConfigurationParser::ConfigurationParser() throw (bad_exception);
|
|
+ ConfigurationParser() throw (bad_exception);
|
|
void addFile(const string& filename) throw(ParserException, bad_exception);
|
|
const map<string, map<string, string> >& getConfigurationData() const throw();
|
|
/*
|