blob: 2e315c50ed9ca25dd5f40e0cb6da37f81e56a4d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/*
* Copyright (c) 2010-2014 Remko Tronçon
* Licensed under the GNU General Public License.
* See the COPYING file for more information.
*/
#include <Swiften/Elements/SecurityLabel.h>
using namespace Swift;
SecurityLabel::SecurityLabel() {
}
SecurityLabel::~SecurityLabel() {
}
|