summaryrefslogtreecommitdiff
path: root/cpp/include/IceSSL/IceSSL.h
blob: 46e65163807394a72fe9e218970bbf44ccac4735 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// **********************************************************************
//
// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
//
// **********************************************************************

#ifndef ICE_SSL_ICE_SSL_H
#define ICE_SSL_ICE_SSL_H

#include <IceUtil/PushDisableWarnings.h>
#include <IceUtil/Config.h>
#if !defined(ICE_OS_WINRT) && (!defined(__APPLE__) || TARGET_OS_IPHONE == 0)
#   include <IceSSL/Plugin.h>
#endif
#include <IceSSL/EndpointInfo.h>
#include <IceSSL/ConnectionInfo.h>
#include <IceUtil/PopDisableWarnings.h>

#endif