NASFAQ/connections/client/client.cpp

10 lines
116 B
C++
Raw Normal View History

2022-05-07 14:49:43 +00:00
#include "client.h"
namespace proxy {
client::client(void) {
m_q = SafeQueue<std::string>;
m_endpoint =
}
}