aboutsummaryrefslogtreecommitdiffstats
path: root/documentapi/src/vespa/documentapi/messagebus/messages/testandsetmessage.cpp
blob: 35edd9c65a633f27e9610d5f6c5f9d25882c7509 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// Copyright Vespa.ai. 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;

}