From 171d64fc9f1c964efb9434edf7cec0128f1624e2 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 21 Mar 2023 07:29:37 +0200 Subject: Drop pkg_ prefix from system_package_manager::pkg_{status,install}() --- bpkg/system-package-manager.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bpkg/system-package-manager.hxx') diff --git a/bpkg/system-package-manager.hxx b/bpkg/system-package-manager.hxx index 52fb16b..736a53a 100644 --- a/bpkg/system-package-manager.hxx +++ b/bpkg/system-package-manager.hxx @@ -133,7 +133,7 @@ namespace bpkg // constructor below). // virtual optional - pkg_status (const package_name&, const available_packages*) = 0; + status (const package_name&, const available_packages*) = 0; // Install the specified subset of the previously-queried packages. // Should only be called if installation is enabled (see the constructor @@ -154,7 +154,7 @@ namespace bpkg // progress and diagnostics. // virtual void - pkg_install (const vector&) = 0; + install (const vector&) = 0; // Generate a binary distribution package. See the pkg-bindist(1) man page // for background and the pkg_bindist() function implementation for -- cgit v1.1