works so far, no gui yet

This commit is contained in:
Dhanya Maliakal
2017-02-22 12:01:00 +01:00
parent 9e21583331
commit 936dfea8a7
35 changed files with 906 additions and 1126 deletions

View File

@ -1,6 +1,4 @@
#ifndef UDPINTERFACE_H
#define UDPINTERFACE_H
#pragma once
/***********************************************
* @file UDPInterface.h
* @short Base class with all the functions for the UDP inteface of the receiver
@ -609,5 +607,3 @@ class UDPInterface {
private:
};
#endif /* #ifndef UDPINTERFACE_H */