...
This commit is contained in:
22
net/adc_device_netserver.h
Normal file
22
net/adc_device_netserver.h
Normal file
@@ -0,0 +1,22 @@
|
||||
#pragma once
|
||||
|
||||
#include "adc_netserver.h"
|
||||
|
||||
namespace adc
|
||||
{
|
||||
|
||||
|
||||
class AdcDeviceNetServer : public AdcGenericNetServer
|
||||
{
|
||||
public:
|
||||
class Session
|
||||
{
|
||||
public:
|
||||
void start() {}
|
||||
void stop() {}
|
||||
};
|
||||
|
||||
protected:
|
||||
};
|
||||
|
||||
} // namespace adc
|
||||
Reference in New Issue
Block a user