diff --git a/include/Swiften/Server/ServerSession.cpp b/include/Swiften/Server/ServerSession.cpp new file mode 100644 index 0000000000000000000000000000000000000000..eb031f24ce05e1e53aae34af36e10db294905ba1 --- /dev/null +++ b/include/Swiften/Server/ServerSession.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 + +namespace Swift { + +ServerSession::~ServerSession() { +} + +}