]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Server/src/command.cpp
Fixes de documentacion.
[z.facultad/75.42/plaqui.git] / Server / src / command.cpp
index 517d3527582461d1b5e39045da708a46dc6b6e5a..5aa47001ab0b2ec6c5b6009d346d6afc4d36dab2 100644 (file)
@@ -112,7 +112,8 @@ void Command::add_arg(const unsigned& arg) {
        build();
 }
 
        build();
 }
 
-istream& operator>>(istream& is, Command& command) throw(HTTPError, sockerr) {
+istream& operator>>(istream& is, Command& command)
+               throw(HTTPError, sockerr, ios::failure) {
 #ifdef DEBUG
        cerr << __FILE__ << "(" << __LINE__ << ")"
                << ": operator>>()" << endl;
 #ifdef DEBUG
        cerr << __FILE__ << "(" << __LINE__ << ")"
                << ": operator>>()" << endl;