6 #ifndef LIBPKG_BINARY_CONTROL
7 #define LIBPKG_BINARY_CONTROL
32 virtual int priority(
const string& value)
const;
binary_control()
Construct binary control file.
Definition: binary_control.cc:35
A class to represent the content of a RiscPkg control file.
Definition: control.h:24
virtual ~binary_control()
Destroy binary control file.
Definition: binary_control.cc:38
virtual int priority(const string &value) const
Get priority.
Definition: binary_control.cc:41
A class to represent the content of a RiscPkg binary control file.
Definition: binary_control.h:22