This commit is contained in:
Michael Davidsaver
2025-09-21 10:05:37 -05:00
parent ea507d46a6
commit 78a0727aed
+4 -1
View File
@@ -116,7 +116,10 @@ struct PVXS_API Operation {
Operation& operator=(const Operation&) = delete;
virtual ~Operation() =0;
//! PV name
/** PV name
*
* Returned reference is valid for the lifetime of the Operation
*/
virtual const std::string& name() =0;
//! Explicitly cancel a pending operation.