projects
/
metaproxy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e379863
)
Remove unused class XMLError1
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 14 Jan 2010 15:34:18 +0000
(16:34 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 14 Jan 2010 15:34:18 +0000
(16:34 +0100)
src/router_flexml.hpp
patch
|
blob
|
history
diff --git
a/src/router_flexml.hpp
b/src/router_flexml.hpp
index
4dbbb2e
..
0fccd8a
100644
(file)
--- a/
src/router_flexml.hpp
+++ b/
src/router_flexml.hpp
@@
-43,11
+43,6
@@
namespace metaproxy_1
~RouterFleXML();
virtual RoutePos *createpos() const;
- class XMLError1 : public std::runtime_error {
- public:
- XMLError1(const std::string msg) :
- std::runtime_error("XMLError : " + msg) {} ;
- };
private:
boost::scoped_ptr<Rep> m_p;
};