Subversion Repositories Projects

Rev

Rev 399 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
399 Brean 1
#include "Communication.h"
2
 
3
bool Communication::is_connected() {
4
    return connected;
5
}