WIP Reliable Message

This commit is contained in:
Jocke
2016-02-03 10:28:15 +01:00
parent 06f64f8fbf
commit e133791369
10 changed files with 40 additions and 7 deletions
+14
View File
@@ -0,0 +1,14 @@
#ifndef HybridClient_h__
#define HybridClient_h__
#include "Client.h"
class HybridClient : public Client
{
public:
HybridClient(ConfigFile* config);
~HybridClient();
};
#endif