BMA Server Framework
/home/bradarant/barant/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
:
13
TLSService
(
TLSServerSocket
&server);
14
SSL_CTX *ctx;
15
16
17
};
18
19
}
20
21
#endif
core::TLSService
Definition:
TLSService.h:10
core
Definition:
Command.cpp:4
core::Service
Definition:
Service.h:20
core::TLSServerSocket
Definition:
TLSServerSocket.h:20
Generated by
1.8.13