pion-net
4.0.9
|
#include <PionAdminRights.hpp>
Public Member Functions | |
PionAdminRights (bool use_log=true) | |
virtual | ~PionAdminRights () |
destructor releases administrative rights | |
void | release (void) |
releases administrative rights |
PionAdminRights: obtains administrative rights for the process
Definition at line 25 of file PionAdminRights.hpp.
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.