X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=include%2Fanna%2Fcomm%2Fhandler%2FBinderSocket.hpp;fp=include%2Fanna%2Fcomm%2Fhandler%2FBinderSocket.hpp;h=73817b88dd0a49e61c8a3684952f54393e1c2bd6;hp=a6d7f1ed72b542a84b74de87ae7b8b01055de45b;hb=5a6cba5fde2b2f538a7515f8293cc0a8d9589dfa;hpb=af9c86ffb0e28d35ad94d99c5f77e41578c972b4 diff --git a/include/anna/comm/handler/BinderSocket.hpp b/include/anna/comm/handler/BinderSocket.hpp index a6d7f1e..73817b8 100644 --- a/include/anna/comm/handler/BinderSocket.hpp +++ b/include/anna/comm/handler/BinderSocket.hpp @@ -26,18 +26,18 @@ public: a_binderSocket(NULL) {;} - void setup(comm::BinderSocket* binderSocket) throw() { a_binderSocket = binderSocket; } + void setup(comm::BinderSocket* binderSocket) { a_binderSocket = binderSocket; } private: comm::BinderSocket* a_binderSocket; - void initialize() throw(RuntimeException); - void apply() throw(RuntimeException); - void breakAddress(const in_addr_t&) throw() {;} - void recoverAddress(const in_addr_t&) throw() {;} - void finalize() throw(); - std::string asString() const throw(); - xml::Node* asXML(xml::Node*) const throw(); + void initialize() noexcept(false); + void apply() noexcept(false); + void breakAddress(const in_addr_t&) {;} + void recoverAddress(const in_addr_t&) {;} + void finalize() ; + std::string asString() const ; + xml::Node* asXML(xml::Node*) const ; }; }