summaryrefslogtreecommitdiffstats
path: root/storageapi
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-05-02 14:45:08 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2017-05-02 14:45:08 +0200
commitb2f280c6a309250142a06f7d0f1bfdc7af5424b7 (patch)
treefdcf0533e4c0752b183f3c398d4c649770e60168 /storageapi
parent9cbab19a493e30b242e5d1896733a62d35cd9181 (diff)
Add missing file
Diffstat (limited to 'storageapi')
-rw-r--r--storageapi/src/vespa/storageapi/messageapi/maintenancecommand.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/storageapi/src/vespa/storageapi/messageapi/maintenancecommand.cpp b/storageapi/src/vespa/storageapi/messageapi/maintenancecommand.cpp
new file mode 100644
index 00000000000..e67e0124599
--- /dev/null
+++ b/storageapi/src/vespa/storageapi/messageapi/maintenancecommand.cpp
@@ -0,0 +1,9 @@
+// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+
+#include "maintenancecommand.h"
+
+namespace storage::api {
+
+MaintenanceCommand::~MaintenanceCommand() {}
+
+}