summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2021-01-22 15:15:52 +0100
committerTor Egge <Tor.Egge@broadpark.no>2021-01-22 15:15:52 +0100
commit8379af1590a439d0a36a8664ebbdc49ccc8e808b (patch)
tree527847bef8a7dbdc98238c547c5c5c4ad00eb997 /searchcore
parentbffcd72abdf3a8b6996367c7ce6cfda4bc40e17c (diff)
Add class comment.
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/proton/attribute/i_attribute_usage_listener.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/attribute/i_attribute_usage_listener.h b/searchcore/src/vespa/searchcore/proton/attribute/i_attribute_usage_listener.h
index c6ab0e9fa92..6c7ae1248b8 100644
--- a/searchcore/src/vespa/searchcore/proton/attribute/i_attribute_usage_listener.h
+++ b/searchcore/src/vespa/searchcore/proton/attribute/i_attribute_usage_listener.h
@@ -4,6 +4,9 @@
namespace proton {
+/*
+ * Interface class for listening to attribute usage changes.
+ */
class IAttributeUsageListener
{
public: