mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
232e7b10ca
PR: 113771 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
12 lines
484 B
C++
12 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();
|
|
/*
|