#include <PionAdminRights.hpp>
Definition at line 25 of file PionAdminRights.hpp.
Public Member Functions | |
PionAdminRights (bool use_log=true) | |
virtual | ~PionAdminRights () |
destructor releases administrative rights | |
void | release (void) |
releases administrative rights |
pion::PionAdminRights::PionAdminRights | ( | bool | use_log = true |
) |
constructs object, obtaining administrative rights; will block if another thread has already obtained rights
use_log | if false, then no logging will be performed |
Definition at line 29 of file PionAdminRights.cpp.