Subversion Repositories Projects

Rev

Rev 399 | Blame | Last modification | View Log | RSS feed

#include "Communication.h"

bool Communication::is_connected() {
    return connected;
}