Ice 3.7 C++98 API Reference
Loading...
Searching...
No Matches
IceSSL
IceSSL.h
Go to the documentation of this file.
1
//
2
// Copyright (c) ZeroC, Inc. All rights reserved.
3
//
4
5
#ifndef ICESSL_ICESSL_H
6
#define ICESSL_ICESSL_H
7
8
#include <
IceUtil/PushDisableWarnings.h
>
9
#include <
Ice/Config.h
>
10
#include <
IceSSL/Plugin.h
>
11
12
#if defined(_WIN32)
13
# include <
IceSSL/SChannel.h
>
14
#elif defined(__APPLE__)
15
# include <
IceSSL/SecureTransport.h
>
16
#else
17
# include <
IceSSL/OpenSSL.h
>
18
#endif
19
20
#include <
IceSSL/EndpointInfo.h
>
21
#include <
IceSSL/ConnectionInfo.h
>
22
#include <
IceUtil/PopDisableWarnings.h
>
23
24
#endif
ConnectionInfo.h
EndpointInfo.h
Plugin.h
Config.h
OpenSSL.h
PopDisableWarnings.h
PushDisableWarnings.h
SChannel.h
SecureTransport.h
Generated by
1.16.0