LunaSysMgr
|
#include <ApplicationInstaller.h>
Public Types | |
enum | Type { Install = 0, Remove } |
Public Member Functions | |
CommandParams (Type t) | |
virtual | ~CommandParams () |
Public Attributes | |
Type | _type |
GIOChannel * | _childStdOutChannel |
GSource * | _childStdOutSource |
enum CommandParams::Type |
|
inline |
|
inlinevirtual |
GIOChannel* CommandParams::_childStdOutChannel |
GSource* CommandParams::_childStdOutSource |
Type CommandParams::_type |