aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/fef/queryproperties.cpp
blob: f5ab8055181db31aca45d95b6259a81fa60925a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

#include "queryproperties.h"

namespace search {
namespace fef {
namespace queryproperties {
namespace now {

const vespalib::string SystemTime::NAME("vespa.now");

} // namespace now
} // namespace queryproperties
} // namespace fef
} // namespace search