X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=include%2Fanna%2Fcore%2Futil%2FComponent.hpp;h=6ac2e42782238c466fe140532f61993d5e6a64c3;hp=6188f1ccf578647bdbd605248df3d22178178201;hb=5a6cba5fde2b2f538a7515f8293cc0a8d9589dfa;hpb=af9c86ffb0e28d35ad94d99c5f77e41578c972b4 diff --git a/include/anna/core/util/Component.hpp b/include/anna/core/util/Component.hpp index 6188f1c..6ac2e42 100644 --- a/include/anna/core/util/Component.hpp +++ b/include/anna/core/util/Component.hpp @@ -47,21 +47,21 @@ public: Gets the class name configured at constructor. \return The class name configured at constructor. */ - const char* getClassName() const throw() { return a_className.c_str(); } + const char* getClassName() const { return a_className.c_str(); } /** * Class string representation * * @return String with class content */ - virtual std::string asString(void) const throw(); + virtual std::string asString(void) const ; /** Class XML representation. \param parent XML node over which we will put instance information. \return XML documentcon with class content. */ - virtual anna::xml::Node* asXML(anna::xml::Node* parent) const throw(); + virtual anna::xml::Node* asXML(anna::xml::Node* parent) const ; protected: