diff --git a/include/Swiften/Elements/AttentionPayload.cpp b/include/Swiften/Elements/AttentionPayload.cpp new file mode 100644 index 0000000000000000000000000000000000000000..20599d5fa95e16e9bc7802561a4d6e2861d53b35 --- /dev/null +++ b/include/Swiften/Elements/AttentionPayload.cpp @@ -0,0 +1,14 @@ +/* + * Copyright (c) 2011 Jan Kaluza + * Licensed under the Simplified BSD license. + * See Documentation/Licenses/BSD-simplified.txt for more information. + */ + +#include + +namespace Swift { + +AttentionPayload::AttentionPayload() { +} + +}