diff options
Diffstat (limited to 'Swiften/Elements/CarbonsPrivate.cpp')
-rw-r--r-- | Swiften/Elements/CarbonsPrivate.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Swiften/Elements/CarbonsPrivate.cpp b/Swiften/Elements/CarbonsPrivate.cpp new file mode 100644 index 0000000..a0c6369 --- /dev/null +++ b/Swiften/Elements/CarbonsPrivate.cpp @@ -0,0 +1,12 @@ +/* + * Copyright (c) 2015 Isode Limited. + * All rights reserved. + * See the COPYING file for more information. + */ + +#include <Swiften/Elements/CarbonsPrivate.h> + +namespace Swift { + CarbonsPrivate::~CarbonsPrivate() { + } +} |