Rudiments
securitycontext.h
1// Copyright (c) 1999-2018 David Muse
2// See the COPYING file for more information.
3
4#ifndef RUDIMENTS_SECURITYCONTEXT_H
5#define RUDIMENTS_SECURITYCONTEXT_H
6
7#include <rudiments/socketlayer.h>
8
11class RUDIMENTS_DLLSPEC securitycontext : public socketlayer {
12};
13
14#endif
Definition securitycontext.h:11
Definition socketlayer.h:11