diff options
Diffstat (limited to 'mod/mod-ci-github.hxx')
-rw-r--r-- | mod/mod-ci-github.hxx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mod/mod-ci-github.hxx b/mod/mod-ci-github.hxx index 0c90bb1..9a271aa 100644 --- a/mod/mod-ci-github.hxx +++ b/mod/mod-ci-github.hxx @@ -84,6 +84,13 @@ namespace brep const tenant_service& ts, const diag_epilogue& log_writer) const noexcept override; + // @@ TODO + //virtual void + void + build_canceled (const string& tenant_id, + const tenant_service&, + const diag_epilogue& log_writer) const noexcept; //override; + private: virtual void init (cli::scanner&); |