blob: 3c590017e74001ac9d31398cb71d5d19303490f0 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
 | /*
 * Copyright (c) 2011 Jan Kaluza
 * Licensed under the Simplified BSD license.
 * See Documentation/Licenses/BSD-simplified.txt for more information.
 */
#include <Swiften/Network/ConnectionServerFactory.h>
namespace Swift {
ConnectionServerFactory::~ConnectionServerFactory() {
}
}
 |