forked from pool/libzrtpcpp
27 lines
935 B
Diff
27 lines
935 B
Diff
|
---
|
||
|
clients/ccrtp/ZrtpQueue.h | 4 ++--
|
||
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
||
|
|
||
|
Index: ZRTPCPP-4.6.4/clients/ccrtp/ZrtpQueue.h
|
||
|
===================================================================
|
||
|
--- ZRTPCPP-4.6.4.orig/clients/ccrtp/ZrtpQueue.h
|
||
|
+++ ZRTPCPP-4.6.4/clients/ccrtp/ZrtpQueue.h
|
||
|
@@ -430,7 +430,7 @@ public:
|
||
|
*
|
||
|
* @see setMultiStrParams()
|
||
|
*/
|
||
|
- DEPRECATED std::string getMultiStrParams() {return getMultiStrParams(NULL); }
|
||
|
+ DEPRECATED_ZRTP std::string getMultiStrParams() {return getMultiStrParams(NULL); }
|
||
|
|
||
|
/**
|
||
|
* Set Multi-stream parameters.
|
||
|
@@ -450,7 +450,7 @@ public:
|
||
|
*
|
||
|
* @see getMultiStrParams()
|
||
|
*/
|
||
|
- DEPRECATED void setMultiStrParams(std::string parameters) { setMultiStrParams(parameters, NULL);}
|
||
|
+ DEPRECATED_ZRTP void setMultiStrParams(std::string parameters) { setMultiStrParams(parameters, NULL);}
|
||
|
|
||
|
/**
|
||
|
* Get Multi-stream parameters.
|