many changes

This commit is contained in:
Jonas Zeunert
2019-05-22 00:00:16 +02:00
parent c32ce18841
commit d6cead914f
8 changed files with 90 additions and 5 deletions

View File

@@ -0,0 +1,23 @@
//
// Created by rhetenor on 5/21/19.
//
#ifndef FLIPPR_DRIVER_FLIPPRSERVER_H
#define FLIPPR_DRIVER_FLIPPRSERVER_H
#include <Poco/Util/ServerApplication.h>
namespace flippR_driver
{
namespace networking
{
class FlippRServer : public Poco::Util::ServerApplication
{
};
};
}
#endif //FLIPPR_DRIVER_FLIPPRSERVER_H