4
Fork 0

Moved from MySQL to new set of D-BUS methods to retreive station call / ID

This commit is contained in:
Artem Prilutskiy 2017-06-13 11:36:22 +03:00
parent f9bcb35800
commit b99aeaa581
17 changed files with 294 additions and 424 deletions

View file

@ -3,8 +3,7 @@
#ifndef BRANDMEISTERBRIDGE_H
#define BRANDMEISTERBRIDGE_H
#include "PatchCordProxy.h"
#include "UserDataStore.h"
#include "PatchCord.h"
class BrandMeisterBridge
{
@ -15,7 +14,6 @@ class BrandMeisterBridge
void setDefaultConfiguration(const char* configuration);
void setProxyConfiguration(const char* configuration);
void setStoreConfiguration(const char* configuration);
const char* getTalker();
void setTalker(const char* call, const char* name);
@ -23,8 +21,7 @@ class BrandMeisterBridge
private:
PatchCordProxy* proxy;
UserDataStore* store;
PatchCord* proxy;
char* talker;
int unknown;