Files
flippr-code/FlippR-Driver/networking/FlippRServer.h
Jonas Zeunert d6cead914f many changes
2019-05-22 00:00:16 +02:00

24 lines
318 B
C++

//
// 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