]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Server/src/response.cpp
Mini bugfix.
[z.facultad/75.42/plaqui.git] / Server / src / response.cpp
index 9e4c87fe2096f264dfb72c5cd1eace0375dc9ea2..3a3f4bfb569e7accf25f44425b1d29ceb584834d 100644 (file)
@@ -166,7 +166,6 @@ istream& operator>>(istream& is, Response& resp)
        return is;
 }
 
        return is;
 }
 
-/// \todo TODO hacer el metodo build como en command.
 ostream& operator<<(ostream& os, const Response& resp) {
 #ifdef DEBUG
        cerr << __FILE__ << "(" << __LINE__ << ")" << ": operator<<()" << endl;
 ostream& operator<<(ostream& os, const Response& resp) {
 #ifdef DEBUG
        cerr << __FILE__ << "(" << __LINE__ << ")" << ": operator<<()" << endl;