#include <LibSCVPGuard.h>
TSP-enforcing: No
Definition at line 21 of file LibSCVPGuard.h.
Public Member Functions | |
CLibSCVPGuard () | |
~CLibSCVPGuard () | |
bool | IsSCVPAvailable () |
const char * | GetLoaderError () |
Static Public Member Functions | |
static void | Shutdown () |
CLibSCVPGuard::CLibSCVPGuard | ( | ) |
CLibSCVPGuard::~CLibSCVPGuard | ( | ) |
bool CLibSCVPGuard::IsSCVPAvailable | ( | ) |
Interface: External
Returns true if SCVP is available, false otherwise
Definition at line 166 of file LibSCVPGuard.cpp.
Referenced by CPKIFPathAndRevColleagueSelectionPanel::CPKIFPathAndRevColleagueSelectionPanel(), LoadPathProcessingComponents(), and SavePathProcessingComponents().
const char * CLibSCVPGuard::GetLoaderError | ( | ) |
Interface: External
Returns loader error if there is one
Definition at line 180 of file LibSCVPGuard.cpp.
void CLibSCVPGuard::Shutdown | ( | void | ) | [static] |
Interface: External
Cleans up the class
Definition at line 152 of file LibSCVPGuard.cpp.