|
|
@ -139,7 +139,7 @@ void Utils::Misc::shutdownComputer(const ShutdownDialogAction &action) |
|
|
|
else |
|
|
|
else |
|
|
|
EventToSend = kAEShutDown; |
|
|
|
EventToSend = kAEShutDown; |
|
|
|
AEAddressDesc targetDesc; |
|
|
|
AEAddressDesc targetDesc; |
|
|
|
static const ProcessSerialNumber kPSNOfSystemProcess = {0, kSystemProcess}; |
|
|
|
const ProcessSerialNumber kPSNOfSystemProcess = {0, kSystemProcess}; |
|
|
|
AppleEvent eventReply = {typeNull, NULL}; |
|
|
|
AppleEvent eventReply = {typeNull, NULL}; |
|
|
|
AppleEvent appleEventToSend = {typeNull, NULL}; |
|
|
|
AppleEvent appleEventToSend = {typeNull, NULL}; |
|
|
|
|
|
|
|
|
|
|
|