#include <CPUServiceBase.h>
Public Member Functions | |
CPUServiceBase () | |
CPUServiceBase (const CPUServiceBase &)=delete | |
const CPUServiceBase & | operator= (const CPUServiceBase &)=delete |
virtual | ~CPUServiceBase () |
Description: Base class for CPU Services
Usage: Provides an interface to allow us to query the existing CPU service.
Definition at line 23 of file CPUServiceBase.h.
CPUServiceBase::CPUServiceBase | ( | ) |
Definition at line 17 of file CPUServiceBase.cc.
|
delete |
|
virtual |
Definition at line 19 of file CPUServiceBase.cc.
|
delete |