summaryrefslogtreecommitdiffstats
blob: dda97f56188994fb8822fe4f58eeabe059668081 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * Copyright (c) 2013-2018 Isode Limited.
 * All rights reserved.
 * See the COPYING file for more information.
 */

#include <Swiften/Elements/StanzaAck.h>

using namespace Swift;

StanzaAck::~StanzaAck() {
}

void StanzaAck::setHandledStanzasCount(unsigned int i) {
    handledStanzasCount = i;
    valid = true;
}