summaryrefslogtreecommitdiff
path: root/cpp/src/IceSSL/SChannelEngineF.h
blob: 879daa4d5d163fd1b65dcf8fed587d25f9ba6c8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
// **********************************************************************
//
// Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
//
// **********************************************************************

#ifndef ICESSL_SCHANNEL_ENGINE_F_H
#define ICESSL_SCHANNEL_ENGINE_F_H

#ifdef _WIN32

#include <IceUtil/Shared.h>
#include <Ice/Handle.h>

#include <IceSSL/SChannel.h>

namespace IceSSL
{

namespace SChannel
{

class SSLEngine;
ICESSL_API IceUtil::Shared* upCast(SSLEngine*);
typedef IceInternal::Handle<SSLEngine> SSLEnginePtr;

}

}

#endif

#endif