aboutsummaryrefslogtreecommitdiffstats
path: root/documentapi/src/vespa/documentapi/messagebus/messages/testandsetmessage.cpp
blob: b8fad258f4aa5a1ef690b6fd9447683921bfb78f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

#include "testandsetmessage.h"

namespace documentapi {

TestAndSetMessage::TestAndSetMessage() = default;
TestAndSetMessage::~TestAndSetMessage() = default;

}