From 93b787c79864141fdde0666e93904448ab69fe0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Grisez?= Date: Fri, 20 Jan 2017 11:19:37 +0100 Subject: [PATCH] Blacklist LinphoneCallStats --- wrappers/cpp/abstractapi.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wrappers/cpp/abstractapi.py b/wrappers/cpp/abstractapi.py index f5189e24c..3a319bb22 100644 --- a/wrappers/cpp/abstractapi.py +++ b/wrappers/cpp/abstractapi.py @@ -486,7 +486,8 @@ class CParser(object): self.classBl = ['LinphoneImEncryptionEngine', 'LinphoneImEncryptionEngineCbs', 'LinphoneImNotifPolicy', - 'LpConfig'] + 'LpConfig', + 'LinphoneCallStats'] # temporarly blacklisted self.cProject = cProject