An error occurred while loading the file. Please try again.
-
Jerome Pasion authored
-added near the top to imply that the controls is a starting point. Task-number: QTBUG-33595 Change-Id: I31290629dd9bca3c1e477140bc530b8b4b565dba Reviewed-by:
Venugopal Shivashankar <venugopal.shivashankar@digia.com>
7f6b91c1
core_private.h 1.20 KiB
/*
* Copyright (c) 2010-2022 Belledonne Communications SARL.
*
* This file is part of Liblinphone
* (see https://gitlab.linphone.org/BC/public/liblinphone).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _CORE_PRIVATE_H_
#define _CORE_PRIVATE_H_
#include "c-wrapper/internal/c-tools.h"
#include "core/core.h"
#include "linphone/types.h"
#include "private_functions.h"
#include "private_structs.h"
L_INTERNAL_DECLARE_C_OBJECT(
Core, LINPHONE_CORE_STRUCT_FIELDS; struct Cache {
~Cache() {
}
std::string lime_server_url;
} mutable cache;);
#endif /* _CORE_PRIVATE_H_ */