spectrum2/include/Swiften/Elements/AttentionPayload.cpp
2011-06-22 08:53:40 +02:00

14 lines
269 B
C++

/*
* Copyright (c) 2011 Jan Kaluza
* Licensed under the Simplified BSD license.
* See Documentation/Licenses/BSD-simplified.txt for more information.
*/
#include <Swiften/Elements/AttentionPayload.h>
namespace Swift {
AttentionPayload::AttentionPayload() {
}
}