diff options
Diffstat (limited to 'cpp/src/qmf/AgentImpl.h')
| -rw-r--r-- | cpp/src/qmf/AgentImpl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qmf/AgentImpl.h b/cpp/src/qmf/AgentImpl.h index aadc81b5bd..b852570418 100644 --- a/cpp/src/qmf/AgentImpl.h +++ b/cpp/src/qmf/AgentImpl.h @@ -57,6 +57,7 @@ namespace qmf { // const std::string& getName() const { return name; } uint32_t getEpoch() const { return epoch; } + void setEpoch(uint32_t e) { epoch = e; } std::string getVendor() const { return getAttribute("_vendor").asString(); } std::string getProduct() const { return getAttribute("_product").asString(); } std::string getInstance() const { return getAttribute("_instance").asString(); } |
