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