From 88f0780e34116c0441a8d8c58b8a8fd9fde4b1f5 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 25 Jan 2017 15:41:44 +0200 Subject: Add model mutex, make var_pool const by default --- build2/test/rule | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build2/test/rule') diff --git a/build2/test/rule b/build2/test/rule index 20ad905..0e208ff 100644 --- a/build2/test/rule +++ b/build2/test/rule @@ -21,7 +21,7 @@ namespace build2 { public: virtual match_result - match (action, target&, const string&) const override; + match (slock&, action, target&, const string&) const override; target_state perform_script (action, target&) const; @@ -31,7 +31,7 @@ namespace build2 { public: virtual recipe - apply (action, target&) const override; + apply (slock&, action, target&) const override; static target_state perform_test (action, target&); @@ -41,7 +41,7 @@ namespace build2 { public: virtual recipe - apply (action, target&) const override; + apply (slock&, action, target&) const override; target_state perform_test (action, target&) const; -- cgit v1.1