Update PatchCord.cpp
This commit is contained in:
parent
89ba5cab16
commit
7b44376269
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
// Copyright 2015-2019 by Artem Prilutskiy
|
// Copyright 2015-2021 by Artem Prilutskiy
|
||||||
|
|
||||||
#include "PatchCord.h"
|
#include "PatchCord.h"
|
||||||
|
|
||||||
|
@ -239,6 +239,7 @@ bool PatchCord::getCredentialsForID(uint32_t number, char* call, char* text)
|
||||||
|
|
||||||
if (response != NULL)
|
if (response != NULL)
|
||||||
{
|
{
|
||||||
|
dbus_bool_t active;
|
||||||
dbus_uint32_t number;
|
dbus_uint32_t number;
|
||||||
dbus_uint32_t algorithm;
|
dbus_uint32_t algorithm;
|
||||||
dbus_uint32_t key;
|
dbus_uint32_t key;
|
||||||
|
@ -261,6 +262,7 @@ bool PatchCord::getCredentialsForID(uint32_t number, char* call, char* text)
|
||||||
DBUS_TYPE_STRING, &value1,
|
DBUS_TYPE_STRING, &value1,
|
||||||
DBUS_TYPE_STRING, &value2,
|
DBUS_TYPE_STRING, &value2,
|
||||||
DBUS_TYPE_STRING, &symbol,
|
DBUS_TYPE_STRING, &symbol,
|
||||||
|
DBUS_TYPE_BOOLEAN, &active,
|
||||||
DBUS_TYPE_INVALID))
|
DBUS_TYPE_INVALID))
|
||||||
{
|
{
|
||||||
strcpy(call, value1);
|
strcpy(call, value1);
|
||||||
|
|
Loading…
Add table
Reference in a new issue