summaryrefslogtreecommitdiffstats
path: root/documentapi
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-04-25 22:10:10 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2017-04-25 22:10:10 +0200
commit720f8ae492eec26925425e16801538ef4f56c946 (patch)
tree9f0bb942f3804825f1bf8d6948a095a0d8503a87 /documentapi
parent88618fdc97ab64eab9dc3de542029676a1eaee62 (diff)
Add missing file.
Diffstat (limited to 'documentapi')
-rw-r--r--documentapi/src/vespa/documentapi/messagebus/messages/testandsetmessage.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/documentapi/src/vespa/documentapi/messagebus/messages/testandsetmessage.cpp b/documentapi/src/vespa/documentapi/messagebus/messages/testandsetmessage.cpp
new file mode 100644
index 00000000000..ad95e0cd839
--- /dev/null
+++ b/documentapi/src/vespa/documentapi/messagebus/messages/testandsetmessage.cpp
@@ -0,0 +1,9 @@
+// Copyright 2017 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+
+#include "testandsetmessage.h"
+
+namespace documentapi {
+
+TestAndSetMessage::~TestAndSetMessage() { }
+
+}