summaryrefslogtreecommitdiffstats
path: root/staging_vespalib
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-05-02 14:46:05 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2017-05-02 14:46:05 +0200
commit59d0d5ac64da741ea7e9d50208313ff69e370e0c (patch)
treebd68d9796119b297683e56346ba0f700a4dfa071 /staging_vespalib
parent83719759fde9ee7c938bd449f21dd58771225b05 (diff)
Add missing file
Diffstat (limited to 'staging_vespalib')
-rw-r--r--staging_vespalib/src/vespa/vespalib/net/component_config_producer.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/staging_vespalib/src/vespa/vespalib/net/component_config_producer.cpp b/staging_vespalib/src/vespa/vespalib/net/component_config_producer.cpp
new file mode 100644
index 00000000000..fe4b1315ac9
--- /dev/null
+++ b/staging_vespalib/src/vespa/vespalib/net/component_config_producer.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 "component_config_producer.h"
+
+namespace vespalib {
+
+ComponentConfigProducer::Config::~Config() {}
+
+}