summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {}
+
+}