- std::cerr << __FILE__ << ": real_run(): lista de conexiones" << std::endl;
- for (ConnectionList::const_iterator i = connections.begin();
- i != connections.end(); i++) {
- std::cerr << "\t " << *i << std::endl;
- }
+ std::cerr << __FILE__ << ": real_run(): lista de conexiones" << std::endl;
+ for (ConnectionList::const_iterator i = connections.begin();
+ i != connections.end(); i++) {
+ std::cerr << "\t " << *i << std::endl;
+ }