#include "abstractnode.h" namespace ClientProtocol { AbstractNode::AbstractNode() { } }