blob: bd5d18945103e82d308b36f70a6f37b1552b2a1a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/*
* Copyright (c) 2010-2016 Isode Limited.
* All rights reserved.
* See the COPYING file for more information.
*/
#include <Limber/Server/UserRegistry.h>
namespace Swift {
UserRegistry::~UserRegistry() {
}
}
|