many changes
This commit is contained in:
23
FlippR-Driver/networking/FlippRServer.h
Normal file
23
FlippR-Driver/networking/FlippRServer.h
Normal 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
|
||||
Reference in New Issue
Block a user