libzypp  10.5.0
zypp::ZYppFactoryException Class Reference

#include <ZYppFactory.h>

Inheritance diagram for zypp::ZYppFactoryException:

List of all members.

Public Member Functions

 ZYppFactoryException (const std::string &msg_r, pid_t lockerPid_r, const std::string &lockerName_r)
virtual ~ZYppFactoryException () throw ()
pid_t lockerPid () const
const std::string & lockerName () const
ZYPP_DEPRECATED pid_t locker_pid () const

Private Attributes

pid_t _lockerPid
std::string _lockerName

Detailed Description

Definition at line 24 of file ZYppFactory.h.


Constructor & Destructor Documentation

zypp::ZYppFactoryException::ZYppFactoryException ( const std::string &  msg_r,
pid_t  lockerPid_r,
const std::string &  lockerName_r 
)

Definition at line 315 of file ZYppFactory.cc.

zypp::ZYppFactoryException::~ZYppFactoryException ( ) throw () [virtual]

Definition at line 321 of file ZYppFactory.cc.


Member Function Documentation

pid_t zypp::ZYppFactoryException::lockerPid ( ) const [inline]

Definition at line 30 of file ZYppFactory.h.

const std::string& zypp::ZYppFactoryException::lockerName ( ) const [inline]

Definition at line 31 of file ZYppFactory.h.

ZYPP_DEPRECATED pid_t zypp::ZYppFactoryException::locker_pid ( ) const [inline]
Deprecated:
User lockerPid

Definition at line 33 of file ZYppFactory.h.


Member Data Documentation

Definition at line 35 of file ZYppFactory.h.

Definition at line 36 of file ZYppFactory.h.


The documentation for this class was generated from the following files: