]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Server/src/command.cpp
Se pasa a autoconf + automake.
[z.facultad/75.42/plaqui.git] / Server / src / command.cpp
index 47a4a6030acfe67993913705edf02fb55416cb40..5087d9e783464e97adcd48170d9256a10178cefd 100644 (file)
@@ -99,6 +99,10 @@ void Command::add_arg(const std::string& arg) {
 }
 
 void Command::add_arg(const unsigned& arg) {
 }
 
 void Command::add_arg(const unsigned& arg) {
+#ifdef DEBUG
+       cerr << __FILE__ << ": add_arg(arg = " << arg << ") = "
+               << String().from(arg) << endl;
+#endif // DEBUG
        args.push_back(String().from(arg));
        build();
 }
        args.push_back(String().from(arg));
        build();
 }