summaryrefslogtreecommitdiff
path: root/cpp/src/IceSSL/Instance.h
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2016-06-27 17:54:30 +0200
committerBenoit Foucher <benoit@zeroc.com>2016-06-27 17:54:30 +0200
commitc56f8ab6ca6ca0bdb9536fcce1ef24f1ef40ddc7 (patch)
tree5cb64dfe155e5d2349efb6c7dc4b0f5b5284d44a /cpp/src/IceSSL/Instance.h
parentFix Windows php build to restore nuget packages (diff)
downloadice-c56f8ab6ca6ca0bdb9536fcce1ef24f1ef40ddc7.tar.bz2
ice-c56f8ab6ca6ca0bdb9536fcce1ef24f1ef40ddc7.tar.xz
ice-c56f8ab6ca6ca0bdb9536fcce1ef24f1ef40ddc7.zip
Refactored SSL and iAP transports, support for running SSL on top
of TCP/iAP/Bluetooth.
Diffstat (limited to 'cpp/src/IceSSL/Instance.h')
-rw-r--r--cpp/src/IceSSL/Instance.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/src/IceSSL/Instance.h b/cpp/src/IceSSL/Instance.h
index 6a4514de52b..d9a25482eb0 100644
--- a/cpp/src/IceSSL/Instance.h
+++ b/cpp/src/IceSSL/Instance.h
@@ -10,8 +10,8 @@
#ifndef ICE_SSL_INSTANCE_H
#define ICE_SSL_INSTANCE_H
-#include <IceSSL/InstanceF.h>
#include <Ice/ProtocolInstance.h>
+#include <IceSSL/InstanceF.h>
#include <IceSSL/SSLEngineF.h>
namespace IceSSL
@@ -24,12 +24,12 @@ public:
Instance(const SSLEnginePtr&, Ice::Short, const std::string&);
virtual ~Instance();
- SSLEnginePtr
+ SSLEnginePtr
engine() const
{
return _engine;
}
-
+
bool initialized() const;
private: