diff --git a/include/Swiften/TLS/TLSServerContextFactory.cpp b/include/Swiften/TLS/TLSServerContextFactory.cpp new file mode 100644 index 0000000000000000000000000000000000000000..7a8233460ee4273cafb6094fec8f303682524539 --- /dev/null +++ b/include/Swiften/TLS/TLSServerContextFactory.cpp @@ -0,0 +1,14 @@ +/* + * Copyright (c) 2010 Remko Tronçon + * Licensed under the GNU General Public License v3. + * See Documentation/Licenses/GPLv3.txt for more information. + */ + +#include "Swiften/TLS/TLSServerContextFactory.h" + +namespace Swift { + +TLSServerContextFactory::~TLSServerContextFactory() { +} + +}