X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/31a4d1fea320e59487fa28bbb406ee50d4e7ec76..HEAD:/Server/src/response.cpp?ds=sidebyside diff --git a/Server/src/response.cpp b/Server/src/response.cpp index 9e4c87f..3a3f4bf 100644 --- a/Server/src/response.cpp +++ b/Server/src/response.cpp @@ -166,7 +166,6 @@ istream& operator>>(istream& is, Response& resp) 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;