security plugin handling

This commit is contained in:
Matej Sekoranja
2014-09-11 09:41:20 +02:00
parent e12cf946a5
commit 0b0bf32c19
5 changed files with 26 additions and 11 deletions

View File

@@ -4247,7 +4247,10 @@ TODO
m_connector.reset(new BlockingTCPConnector(thisPointer, m_receiveBufferSize, m_connectionTimeout));
m_transportRegistry.reset(new TransportRegistry());
// TODO put memory barrier here... (if not already called withing a lock?)
// preinitialize security plugins
SecurityPluginRegistry::instance();
// TODO put memory barrier here... (if not already called within a lock?)
// setup UDP transport
initializeUDPTransport();