parent
0c0990a9c5
commit
030902d745
4 changed files with 32 additions and 78 deletions
|
@ -3,8 +3,6 @@
|
|||
#ifndef BRANDMEISTERBRIDGE_H
|
||||
#define BRANDMEISTERBRIDGE_H
|
||||
|
||||
#include <iconv.h>
|
||||
|
||||
#include "PatchCord.h"
|
||||
|
||||
class BrandMeisterBridge
|
||||
|
@ -14,7 +12,6 @@ class BrandMeisterBridge
|
|||
BrandMeisterBridge();
|
||||
~BrandMeisterBridge();
|
||||
|
||||
void setEncodingConfiguration(const char* configuration);
|
||||
void setDefaultConfiguration(const char* configuration);
|
||||
void setProxyConfiguration(const char* configuration);
|
||||
|
||||
|
@ -25,12 +22,9 @@ class BrandMeisterBridge
|
|||
private:
|
||||
|
||||
PatchCord* proxy;
|
||||
iconv_t handle;
|
||||
char* talker;
|
||||
int unknown;
|
||||
|
||||
void setTalkerData(const char* call, const char* name);
|
||||
|
||||
};
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue