|
yast2-storage
|
#include <Lock.h>
Inherits std::exception.
Public Member Functions | |
| LockException (pid_t locker_pid) | |
| virtual | ~LockException () throw () |
| pid_t | getLockerPid () const |
Protected Attributes | |
| pid_t | locker_pid |
| usr src packages BUILD yast2 storage libstorage src Lock cc storage::LockException::LockException | ( | pid_t | locker_pid | ) |
| storage::LockException::~LockException | ( | ) | throw () [virtual] |
| pid_t storage::LockException::getLockerPid | ( | ) | const [inline] |
References locker_pid.
Referenced by storage::createStorageInterfacePid().
pid_t storage::LockException::locker_pid [protected] |
Referenced by getLockerPid().
1.7.3