blob: 4d04c38a2ccb1ee4e393d6d7e07609b42043e154 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
  | 
/*
 * Copyright (c) 2014 Isode Limited.
 * All rights reserved.
 * See the COPYING file for more information.
 */
#include <Swiften/Elements/ResultSet.h>
using namespace Swift;
ResultSet::~ResultSet() {
}
  |