X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=include%2Fanna%2Fdbos%2FRecorder.hpp;h=ad37f2fcbfc68dc1a0212875e1c838a58514cbbb;hb=cef452116c2966d7eaa65ff31ee7613bf3ae1b93;hp=696e6654e19477e6097094c0492e1667d46e7893;hpb=78be86969d2f26a9084b0c4af6ce43d5fa4ed3fd;p=anna.git diff --git a/include/anna/dbos/Recorder.hpp b/include/anna/dbos/Recorder.hpp index 696e665..ad37f2f 100644 --- a/include/anna/dbos/Recorder.hpp +++ b/include/anna/dbos/Recorder.hpp @@ -27,7 +27,7 @@ public: a la que pertenece la clase. \return Una cadena con el nombre de este selector. */ - virtual const char* getClassName() const throw() { return "anna::dbos::Recorder"; } + virtual const char* getClassName() const { return "anna::dbos::Recorder"; } protected: /** @@ -39,7 +39,7 @@ protected: Recorder(dbms::Database& database, const Id id = 0) : Accesor(database, id) {;} private: - Index getIndex() const throw() { return 0; } // No se usa + Index getIndex() const { return 0; } // No se usa }; }