default to webcam off
This commit is contained in:
@ -566,18 +566,7 @@ namespace Tesses::Framework::Streams {
|
|||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
namespace Tesses::Framework::Streams {
|
namespace Tesses::Framework::Streams {
|
||||||
class TcpServer {
|
|
||||||
int32_t sock;
|
|
||||||
bool owns;
|
|
||||||
bool valid;
|
|
||||||
public:
|
|
||||||
TcpServer(int32_t sock,bool owns);
|
|
||||||
TcpServer(uint16_t port, int32_t backlog);
|
|
||||||
TcpServer(std::string ip, uint16_t port, int32_t backlog);
|
|
||||||
NetworkStream* GetStream(std::string& ip, uint16_t& port);
|
|
||||||
~TcpServer();
|
|
||||||
void Close();
|
|
||||||
};
|
|
||||||
TcpServer::TcpServer(int32_t sock,bool owns)
|
TcpServer::TcpServer(int32_t sock,bool owns)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user