17#ifndef NYMPH_SESSION_H
18#define NYMPH_SESSION_H
22#include <Poco/Net/TCPServerConnection.h>
23#include <Poco/Mutex.h>
27 std::string loggerName;
29 static int lastSessionHandle;
30 static Poco::Mutex handleMutex;
35 bool send(uint8_t* msg, uint32_t length, std::string &result);
Definition: nymph_session.h:26