Subversion Repositories Projects

Rev

Go to most recent revision | Blame | Last modification | View Log | RSS feed

#include "Communication.h"

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