LunaSysMgr
|
#include <ApplicationInstaller.h>
Public Member Functions | |
RemoveParams (const std::string &packageName, const unsigned long ticket, LSHandle *lshandle, const LSMessage *msg, int cause) | |
Public Member Functions inherited from CommandParams | |
CommandParams (Type t) | |
virtual | ~CommandParams () |
Public Attributes | |
const std::string | _packageName |
const unsigned long | ticketId |
const LSHandle * | _lshandle |
const LSMessage * | _msg |
const int | _cause |
Public Attributes inherited from CommandParams | |
Type | _type |
GIOChannel * | _childStdOutChannel |
GSource * | _childStdOutSource |
Additional Inherited Members | |
Public Types inherited from CommandParams | |
enum | Type { Install = 0, Remove } |
|
inline |
const int RemoveParams::_cause |
const LSHandle* RemoveParams::_lshandle |
const LSMessage* RemoveParams::_msg |
const std::string RemoveParams::_packageName |
const unsigned long RemoveParams::ticketId |