BMA Server Framework
/home/barant/Development/BMA/server_core/ServerCore/TLSService.h
1 #ifndef __TLSService_h__
2 #define __TLSService_h__
3 
4 #include "includes"
5 #include "Service.h"
6 #include "TLSServerSocket.h"
7 
8 namespace core {
9 
10  class TLSService : public Service {
11 
12  public:
14  SSL_CTX *ctx;
15 
16 
17  };
18 
19 }
20 
21 #endif
Definition: TLSService.h:10
Definition: Command.cpp:4
TCPServerSocket * server
Definition: Service.h:49
Definition: Service.h:20
Definition: TLSServerSocket.h:20