Moved from MySQL to new set of D-BUS methods to retreive station call / ID
This commit is contained in:
parent
f9bcb35800
commit
b99aeaa581
17 changed files with 294 additions and 424 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue